Example chat using Angular and Socket.io Demo: https://node-angular-chat.herokuapp.com/ Development server To run use Run ng serve and navigate to http://localhost:4200/ Node server This project uses a Node.js server in the backend, which can be found here: https://github.com/loolooii/NodeChatServer.