https://github.com/alex-oleshkevich/malanka
WebSocket channels for ASGI
https://github.com/alex-oleshkevich/malanka
Last synced: about 2 months ago
JSON representation
WebSocket channels for ASGI
- Host: GitHub
- URL: https://github.com/alex-oleshkevich/malanka
- Owner: alex-oleshkevich
- License: mit
- Created: 2021-07-21T10:59:48.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-26T10:57:34.000Z (almost 4 years ago)
- Last Synced: 2025-01-24T16:44:36.448Z (3 months ago)
- Language: Python
- Size: 57.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Malanka
WebSocket channels for ASGI





## Disclaimer
This is an experimental package and heavily under development.
## Installation
Install `malanka` using PIP or poetry:
```bash
pip install malanka
# or
poetry add malanka
```## Quick start
See example application in `examples/` directory of this repository.