malanka

WebSocket channels.


Keywords
websocket, channels, real-time, starlette, fastapi, asgi
License
MIT
Install
pip install malanka==0.1.1

Documentation

WebSocket channels for ASGI

Installation

Install malanka using PIP or poetry:

pip install malanka
# or
poetry add malanka

Quick start

See example application in examples/ directory of this repository.