Live-chat
Live chat is a javascript application built using socket io library.
Stack
- Javascript
- Node [https://nodejs.org/en/]
- Express [https://expressjs.com/]
- Sockets io [https://socket.io/]
Steps to follow :
1.Clone the repo
2.Execute command npm install in the root folder
3.Execute node index.js --> This invokes the server and ready for serving
4.Open http://localhost:4000/ using any client application ex: chrome
5.Now again open http://localhost:4000/ using any client application ex: firefox