Skip to content

marlboromoo/bottle-socketio-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bottle-socketio-example

Example using bottle.py [] with redis and socket.io [].

Requirments

Install

Dependency

sudo su -
apt-get install python python-dev python-pip build-essential redis-server
pip install hiredis redis bottle-redis gevent gevent-socketio

Usage

  • Start the web server.
python web.py
for i in 1 2 3 4 5; do
    python tool/push.py
done

Author

Timothy.Lee a.k.a MarlboroMoo.

License

Released under the MIT License.

About

Example using bottle.py with redis and socket.io.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors