Skip to content

irvin93d/LAHacks17

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LAHacks17

Description

An application that let people connect through randomized chatrooms. Users stay anonymous until they decide open private connections with others.

TODO

Server

  • Holds multiple clients in room
  • Receives messages and stores a chat log
  • Pushes new chat messages to clients
  • Let new client be added to room
  • Pushes chat history to new clients
  • Let Profiles be created and used to join rooms
  • Can hold multiple chat rooms at once
  • Closes and opens chat rooms (based on timer)

Rooms

  • Contains user interface with
    • chat history
    • message input
    • list of connected clients
    • time left to stay in room
  • Connects to server
  • Sends messages to server
  • Receives messages from server
  • Dropdown menu for nationality

Client

  • Facebook sign in
  • Routing
  • Topics in rooms
  • Handle offline / disconnect
  • Statistics
    • Firebase
    • Google analytics

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors