A real-time chat application built with Node.js, Express, and Socket.io.
Check out the live demo at https://chat-app-demo-sa.onrender.com.
- Real-time messaging with Socket.io
- Users and messages are specific to chat rooms
- Show Users in a Chat room
- Auto scroll bottom if end of chat box
- Node.js
- Express.js
- Socket.io
- HTML/CSS
-
Clone the repository
git clone https://github.com/siddhant197/node-chat-app.git
-
Navigate to the project directory
cd node-chat-app
-
Install dependencies
npm install
-
Start the server
npm start
This project is licensed under the MIT License.