https://github.com/sdiehl/zeromq-chat
A gevent + Django + Socket.IO + ZeroMQ chat example
https://github.com/sdiehl/zeromq-chat
Last synced: 3 months ago
JSON representation
A gevent + Django + Socket.IO + ZeroMQ chat example
- Host: GitHub
- URL: https://github.com/sdiehl/zeromq-chat
- Owner: sdiehl
- License: mit
- Created: 2011-04-07T04:03:48.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-06-27T01:36:24.000Z (over 14 years ago)
- Last Synced: 2025-06-06T21:42:56.903Z (4 months ago)
- Language: Python
- Homepage: http://www.stephendiehl.com/?p=302
- Size: 118 KB
- Stars: 53
- Watchers: 3
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Directions:
===========Install ZeroMQ:
For Ubuntu Linux
$ apt-get install zeromq-bin libzmq-dev libzmq0
For Arch Linux
$ pacman -S zeromq
Build your virtualenv:
$ cd zeromq-chat
$ virtualenv --no-site-packages env
$ source env/bin/activateInstall neccesary packages:
$ pip install -r requirements.txt
Run:
$ python run.pyPoint your browser to localhost:8080
Notes:
=====You may need to install from a PPA if your version of Ubuntu does
not carray libzmq >= 2.10. Such as:
sudo add-apt-repository ppa:chris-lea/zeromqLicense:
========Released under a MIT License.