Thanks to visit codestin.com
Credit goes to github.com

Skip to content

jelly/wsaccel

 
 

Repository files navigation

WSAccell

NOTE: AutobahnPython and ws4py are not actively maintained. So I will stop this project too. Please migrate to Tornado or websockets.

WSAccell is WebSocket accelerator for AutobahnPython, and ws4py.

WSAccell replaces per-byte process in them with Cython version.

AutobahnPython beginning with version 0.6 automatically uses WSAccell if available. Otherwise you can run-time patch supported WebSocket libraries using:

import wsaccel
wsaccel.patch_autobahn()  # for autobahn.
wsaccel.patch_ws4py()     # for ws4py.

test

wsaccel uses pytest for testing.

$ pip install pytest
$ pytest tests

About

Accelerator for ws4py and AutobahnPython

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Cython 43.2%
  • Python 42.1%
  • C 9.7%
  • Makefile 5.0%