jChat Node is a multi-room, real-time messaging application built on top of node.js, socket.io, and Google's new material design framework. It implements custom session control, allowing users to create, join, and interact with multiple public and private rooms at the same time.
View a live demo at http://jchat-node.herokuapp.com
Clone the repo (https://github.com/JoyceX99/jchat-node.git
), cd
into the new directory and npm install
the dependencies.
Once all the dependencies have been installed, run npm start
and head to localhost:3000
. From there, you can join the lobby, create private rooms, forward the links to friends and invite them to join.