THis is a real time, web based, chat app, created with node.js and websockets, using the socket.io library.
Users can:
- create rooms and join existing ones
- send and receive message in real time
- see and search who's online
-
Make sure you have Nodejs installed
-
Download the project into the filesystem
-
Unzip it
-
Open the terminal & run
npm install npm run startdev
-
Open a browser and head to : http://localhost:3000/