New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

wsaccel

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wsaccel

Accelerator for ws4py and AutobahnPython

  • 0.6.7
  • PyPI
  • Socket score

Maintainers
1

WSAccell

NOTE: AutobahnPython and ws4py are not actively maintained. So I will stop this project too. Please migrate to Tornado <https://www.tornadoweb.org/en/stable/>_ or websockets <https://websockets.readthedocs.io/en/stable/intro.html>_.

WSAccell is WebSocket accelerator for AutobahnPython <https://autobahn.readthedocs.io/en/latest/>, and ws4py <https://github.com/Lawouach/WebSocket-for-Python>.

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:

.. code-block:: python

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

test

wsaccel uses pytest <https://pytest.org/>_ for testing.

.. code-block:: console

$ pip install pytest
$ pytest tests

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc