Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/harshit-paneri/lets-chat


https://github.com/harshit-paneri/lets-chat

Last synced: about 1 month ago
JSON representation

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.