A Chat Room WebAPP. It has three different 'rooms'. In each room there is a chat box and a message box. Every user joined in the same room is able to send and receive messages in real time to all the users present in the same room.
- Clone the project
git clone [email protected]:Vanals/ChatRoom-SocketIO.git
- Changes into the project directory on ur computer via Terminal
cd ChatRoom-SocketIO
- Install the dependencies
Now in your terminal, from the main folder, run 'npm install'
- Run the server
In your terminal run 'npm start'
- Visit the web page
In your browser go to
http://localhost:3000/
- Try it opening multiple windows.
- HTML
- JQuery
- Socket.IO
- ExpressJS
- Nodemon
- Http-server