Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/adrianliaw/aiosockjs

SockJS server for Python 3 asyncio
https://github.com/adrianliaw/aiosockjs

Last synced: about 1 month ago
JSON representation

SockJS server for Python 3 asyncio

Awesome Lists containing this project

README

        

# aiosockjs

SockJS server for asyncio

## Why this package
- I need it for [meteorish.py](https://github.com/adrianliaw/meteorish.py).
- [aiolibs/sockjs](https://github.com/aio-libs/sockjs) doesn't work really well.

## Requirements
- python 3.4.1+
- aiohttp