Revision 2f7286f74fc1015ae8bfa77c865666fb702831e6 authored by tyoshino@chromium.org on 24 October 2013, 07:28:58 UTC, committed by tyoshino@chromium.org on 24 October 2013, 07:28:58 UTC
R=yhirano@chromium.org

Review URL: https://codereview.appspot.com/16280047

git-svn-id: http://pywebsocket.googlecode.com/svn/trunk@790 4ff78f4a-9131-11de-b045-6380ec9940d4
1 parent 1b506dc
Raw File
README
INSTALL

To install this package to the system, run this:
$ python setup.py build
$ sudo python setup.py install

To install this package as a normal user, run this instead:
$ python setup.py build
$ python setup.py install --user

LAUNCH

To use pywebsocket as Apache module, run this to read the document:
$ pydoc mod_pywebsocket

To use pywebsocket as standalone server, run this to read the document:
$ pydoc mod_pywebsocket.standalone
back to top