Skip to content

ckreutzer/eventlet-django-webchat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

An example of an COMET chat application taken from facebook's (friendfeed actually) 
python based tornado web framework and converted to use django and eventlet.

based upon the gevent port of that tornado example by Denis Bilenko (here:
http://bitbucket.org/denis/gevent/src/tip/examples/webchat/ and here:
http://prg10001.blogspot.com/2009/09/simpler-long-polling-with-django-and.html). 
The original tornado version can be found here: 
http://github.com/facebook/tornado/tree/master/demos/chat/

To start the server, run
$ python run.py

or using spawing (http://pypi.python.org/pypi/Spawning/)
$ spawn --processes=1 --threads=0 run.application

About

port of the tornado webchat example to django using evenlet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published