Skip to content

hkirat/real-time-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Real time chat

Build a simple chat applications using raw websockets 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 a 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 saparate section.
  • If chat messages reach more than 10 upvotes, alert the admin to answer.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors