Skip to content

cmsso/chat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

a live chat room built with python(flask / gevent / apscheduler) + redis

Basic Architecture

architecture

Screenshot

architecture

Install

  • cd /path/to/source
  • python bootstrap.py
  • bin/buildout
  • make sure redis-server is started
  • bin/supervisord
  • [optional] bin/supervisorctl
  • goto localhost:9527

Tips

  • open multi browser to test live communication

Changes

0.1

  • login (custom nickname)
  • adjust style
  • create room
  • coffee-script

About

a live chat built with python(flask + gevent + apscheduler) + redis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 58.6%
  • CSS 12.3%
  • JavaScript 10.8%
  • CoffeeScript 9.2%
  • HTML 9.1%