Skip to content

A publicly accessible persistent chatroom app, built for the Spring 2017 Web Dev Sessions @ VandyApps

Notifications You must be signed in to change notification settings

VandyApps/intro-web-chatroom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chatroom App

Design

  • Single URL with a public chatrooom accessible to anyone
    • possibility for named chatrooms down the road
  • Name is entered by user upon loading page
  • Messages stored for 24 hours and visible to everyone
    • Displayed chronologically for now

Database Schema

  • chatroom db
  • messages collection
    • Name: String
    • Contents: String
    • Time: Date

About

A publicly accessible persistent chatroom app, built for the Spring 2017 Web Dev Sessions @ VandyApps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published