Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/harshit-paneri/lets-chat
https://github.com/harshit-paneri/lets-chat
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/harshit-paneri/lets-chat
- Owner: harshit-paneri
- Created: 2024-01-01T14:55:39.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-01T20:20:38.000Z (about 1 year ago)
- Last Synced: 2024-04-18T05:23:25.941Z (9 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.