Revision 8e030b42a9dafc652e69e98ac9480b0d7fbc6031 authored by tyoshino@chromium.org on 19 April 2013, 04:30:15 UTC, committed by tyoshino@chromium.org on 19 April 2013, 04:30:15 UTC
Since the existing tests for permessage-compress covers most of code path
used for permessage-deflate, I don't add the same ones, but just these simple
two cases.

Release note: n/a (test only change)

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

git-svn-id: http://pywebsocket.googlecode.com/svn/trunk@759 4ff78f4a-9131-11de-b045-6380ec9940d4
1 parent 2f428d1
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