Note that you should use pywebsocket3 instead (#156)

Update the README.md file to mention that pywebsocket is unmaintained
and that you should migrate to pywebsocket3 or some other WebSocket
server.
1 file changed
tree: 79e26c675c0302739c4ab6f26938f573d31c8085
  1. example/
  2. mod_pywebsocket/
  3. test/
  4. .travis.yml
  5. CONTRIBUTING
  6. LICENSE
  7. MANIFEST.in
  8. README
  9. README.md
  10. setup.py
README.md

pywebsocket

The pywebsocket project aims to provide a WebSocket standalone server and a WebSocket extension for Apache HTTP Server, mod_pywebsocket.

This version is no longer maintained. It has been superceded by pywebsocket3 which works with Python 3 in additional to Python 2.

Most existing users should migrate to pywebsocket3.

Support for running as an Apache module has been dropped in pywebsocket3. If you need an Apache WebSocket module, you should look for an alternate solution.

pywebsocket is intended for testing or experimental purposes.