https://github.com/harshit-paneri/lets-chat
https://github.com/harshit-paneri/lets-chat
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/harshit-paneri/lets-chat
- Owner: harshit-paneri
- Created: 2024-01-01T14:55:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-01T20:20:38.000Z (over 1 year ago)
- Last Synced: 2025-01-26T05:25:17.488Z (5 months ago)
- Language: TypeScript
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Real time chat
#### Build a simple chat application using raw web sockets in Node.js that supports the following features -
- Allow an admin to create a new chat session/room. Admin should be allowed to set the following properties on the room -
- Name
- start_time
- is_open
- cool_down_time
- Allow users to join the room and send messages
- Allow users to upvote chat messages.
- If chat messages reach more than 3 upvotes, move them over to a separate section.
- If chat messages reach more than 10 upvotes, alert the admin to answer.