Skip to content

Latest commit

 

History

History
51 lines (41 loc) · 1.19 KB

README.md

File metadata and controls

51 lines (41 loc) · 1.19 KB

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.