An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# Malanka

WebSocket channels for ASGI

![PyPI](https://img.shields.io/pypi/v/malanka)
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/alex-oleshkevich/malanka/Lint)
![GitHub](https://img.shields.io/github/license/alex-oleshkevich/malanka)
![Libraries.io dependency status for latest release](https://img.shields.io/librariesio/release/pypi/malanka)
![PyPI - Downloads](https://img.shields.io/pypi/dm/malanka)
![Lines of code](https://img.shields.io/tokei/lines/github/alex-oleshkevich/malanka)

## 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.