SockChat is a simple chat application built with Node.js, Express, and Socket.io.
- Real-time messaging
- Multiple users can join the chat room
- Displays user names and messages
- Option to choose a username
- Displays online users
This project was built using:
- Node.js
- Express
- Socket.io
- HTML
- CSS
- JavaScript
-
Clone the repository
git clone https://github.com/rajatmjain/SockChat.git
-
Install NPM packages
npm install
-
Run the server
npm start
-
Open
http://localhost:3000
in your web browser
- Enter a username and click "Join Chat"
- Type a message in the input field and hit "Enter" or click the send button
- Rajat Jain - @rajatmjain
- Project Link: https://github.com/rajatmjain/SockChat