https://github.com/shrawankc11/chat-app
Minimalist chat app using socket io
https://github.com/shrawankc11/chat-app
nodejs socket-io websockets
Last synced: about 2 months ago
JSON representation
Minimalist chat app using socket io
- Host: GitHub
- URL: https://github.com/shrawankc11/chat-app
- Owner: shrawankc11
- License: mit
- Created: 2022-10-02T04:30:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-17T04:29:10.000Z (over 3 years ago)
- Last Synced: 2025-12-26T22:15:17.063Z (6 months ago)
- Topics: nodejs, socket-io, websockets
- Language: JavaScript
- Homepage:
- Size: 44.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Chat app using Socket.io and Node.JS
```This chat app is inspired from the official Socket.io website's example chat app. The code contains all the homework challenge part from the website.```
## Features:-
- Nicknames for each user.
- '{user} is typing...' functionality 💬.
- User connected/disconnceted message.
- View list of online users.
- private chat and rooms(working on it...)
## To get started:-
- clone the repo
- install the required package, run 'npm i'
- test the app using 'npm run dev' or use the production version using 'npm run chat-app'
More about Websockets(socket.io) at 👉https://socket.io