Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/adrianliaw/aiosockjs
- Owner: adrianliaw
- Created: 2015-11-04T11:01:19.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-20T09:06:09.000Z (about 9 years ago)
- Last Synced: 2023-05-24T20:50:17.710Z (over 1 year ago)
- Language: Makefile
- Homepage:
- Size: 1000 Bytes
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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