WSAccell is WebSocket accelerator for AutobahnPython, ws4py and Tornado.
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.
wsaccel.patch_tornado() # for Tornado
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
wsaccel-0.6.1.tar.gz
(31.0 kB
view details)
File details
Details for the file wsaccel-0.6.1.tar.gz.
File metadata
- Download URL: wsaccel-0.6.1.tar.gz
- Upload date:
- Size: 31.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1320eaa20f154c44c281148b9cd6262a7819affdbdd0774169ef3a5977285a6e
|
|
| MD5 |
559c250cafd747e7bb72cacd2e056432
|
|
| BLAKE2b-256 |
aa20384a162711470132d664675c0bd620e1eeefb2d98034225435c774dadd80
|