Skip to content

William-Charles/project_superchat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

project_superchat

Build a realtime multi-room chat application. Make it super.

Renzo Tomlinson and Will Whitworth

Notes:

If user has username cookie, Send them to the chat page If not, then require them to submit a username which sets the cookie and redirects them to the chatpage

They get a default chatroom --Get a list of chatrooms that they can click on Only one chatroom displayed at a time

They can submit posts to the chatroom Posts submitted through chatroom are handled with websockets New room submissions are handled with websocks

Handle chatroom changes with a post request (partials? Possible to just use websockets)

It should update in realtime on every browser that is connected to the server

About

Build a realtime multi-room chat application. Make it super.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 78.3%
  • HTML 21.7%