Chat application
An application to illustrate the concept and working of Sockets in node. This application also contains rooms, no two persons in different rooms can contact each other. Users can send texts as well as location.
With npm installed, run
$ npm install
$ npm start
Go to port 3000 and enter your Name and Room name.
Switch to another tab and enter another Name but same Room name. The two tabs can now communicate with each other via messages.
ISC