Skip to content

sid1980/tornadio-chat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TornadIO chat + clock

piece of crap, just a sandbox to learn socket.io

install dependencies

mkvirtualenv tornadio-chat
pip install -Ur requirements.txt

running

python app/server.py

user experience goals

beyond the "emoticon" concept

nowadays people express themselves (emotionally) through emoticons, the idea that the the person A will talk to the person B through 2 different windows (conceptually, since technically it could two floating <div> elements)

moods

when any user sends a emoticon X, it will match the designed color, and picture for a mood Y

where:

color will bear role for expressing the mood Y

picture should be also a way to express the mood Y, now through a creative-commons licensed picture of some person that mood

happy

valid emoticons: >:], :-), :), :o), :], :3, :c), :>, =], 8), =), :}, :^) color: yellow

shy

valid emoticons: :$ color: yellow blushed with pink, like cheeks

... draft to be continued

About

socket.io + tornado chat example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 55.2%
  • Python 18.3%
  • HTML 16.9%
  • JavaScript 9.6%