A chat application using web sockets and rooms
: A client can send messages to all the clients in a particular room : After an hour of inactivity clients are disconnected and reconnected in the same room.
Assuming node is installed. cd to the chat-app folder run npm install run node index.js