/slothchat

Debating python web app (websockets & redis)

Primary LanguageJavaScript

slothchat - rapid chatting

How to chat like a sloth

  1. Create up to ten topics. Delete them at any time to create new ones.
  2. Either wait for some one to start a chat with you, or click a topic.
  3. Once you enter a chat, start chatting. The discussion will end after 15 seconds of silence.
  4. Other will only be able to view your topics and request chats with you when you are not chatting.

Things to do

  • Have topic stay up until user dies.
  • Switch status threads to pub/sub.
  • Stylize things so they don't look awful
  • Fix the two windows up at the same time issue.