Contents

wsaccel 0.6.6

0

Accelerator for ws4py and AutobahnPython

Accelerator for ws4py and AutobahnPython

Stars: 84, Watchers: 84, Forks: 11, Open Issues: 0

The methane/wsaccel repo was created 11 years ago and the last code push was 7 months ago. The project is moderately popular with 84 github stars!

How to Install wsaccel

You can install wsaccel using pip

pip install wsaccel

or add it to a project with poetry

poetry add wsaccel

Package Details

Author
License
Apache 2.0
Homepage
https://github.com/methane/wsaccel
PyPi:
https://pypi.org/project/wsaccel/
GitHub Repo:
https://github.com/methane/wsaccel

Classifiers

No  wsaccel  pypi packages just yet.

Errors

A list of common wsaccel errors.

Code Examples

Here are some wsaccel code examples and snippets.

Related Packages & Articles

django-socketio 0.3.9

A Django app providing the features required to use websockets with Django via Socket.IO

websockets 12.0

An implementation of the WebSocket Protocol (RFC 6455 & 7692)

Flask-Sockets 0.2.1

The Flask-Sockets package is a Python library that extends the Flask web framework with support for WebSockets, a protocol that allows for real-time, bidirectional communication between the server and the client. It provides a simple and elegant way to integrate WebSockets into your Flask applications, with support for Flask's routing mechanism and session handling. The library also supports the use of Flask blueprints and AJAX/XHR endpoints, offering a flexible and powerful tool for building interactive web applications.

starlette 0.37.2

Starlette is a lightweight ASGI (Asynchronous Server Gateway Interface) framework/toolkit, ideal for building asynchronous web services in Python. It is production-ready and offers a range of features including HTTP web framework, WebSocket support, in-process background tasks, startup and shutdown events, and a test client built on HTTPX. Starlette also supports CORS, GZIP, static files, streaming responses, and session and cookie support. It is compatible with asyncio and trio backends and boasts great overall performance against independent benchmarks. The package can be used as a complete framework or as an ASGI toolkit, allowing for the use of any of its components independently. It requires Python 3.8+ and an ASGI server such as uvicorn, daphne, or hypercorn for operation.