Skip to content
This repository has been archived by the owner on Jun 27, 2020. It is now read-only.
/ chatroom Public archive

A multi-user chatroom to allow me talk to classmates in different residence halls when WiFi is down :(

Notifications You must be signed in to change notification settings

nnamdiib/chatroom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chatroom service i am trying to build using Tornado and Bootstrap. A good portion of the code is from jPablo128's helpful tutorial on http://www.jpablo128.com/multi-room-websockets-server-with-tornado-i-basic-chat-server/

I will extend his idea by adding the following features:

  • Message persistence

    • I am using a simple db with one table that stores all sent messages.
    • Retrieval can be through room name + time
    • I can't think of a simpler way to get this done.
  • Attractive UI (done)

    • Homepage (done)
    • Existing chatroom page (done)
    • Chat page (done)
  • no spaces allowed in room and usernames. (done)

  • Show available chatrooms(done)

About

A multi-user chatroom to allow me talk to classmates in different residence halls when WiFi is down :(

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published