Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thrawn01/async-web
Python Webserver with websocket support
https://github.com/thrawn01/async-web
Last synced: 5 days ago
JSON representation
Python Webserver with websocket support
- Host: GitHub
- URL: https://github.com/thrawn01/async-web
- Owner: thrawn01
- Created: 2011-10-25T01:00:44.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2012-01-03T22:50:21.000Z (almost 13 years ago)
- Last Synced: 2023-04-11T05:17:55.856Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 160 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
# Ubuntu 11.04
sudo apt-get install build-essential libevent-dev libyaml-dev mercurial# Install libevent ( For OSX )
tar -vzxf libevent-1.4.14b-stable.tar.gz
cd libevent-1.4.14b-stable
./configure --prefix=/usr/local
make -j4
sudo make installgit clone async-web
cd async-web
virtualenv --no-site-packages .
source bin/activatepip install gevent
pip install pip