https://github.com/ousttrue/async_websocket
websocket implementation for asyncio of python3
https://github.com/ousttrue/async_websocket
asyncio websocket
Last synced: 8 months ago
JSON representation
websocket implementation for asyncio of python3
- Host: GitHub
- URL: https://github.com/ousttrue/async_websocket
- Owner: ousttrue
- License: mit
- Created: 2017-12-10T08:50:00.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-10T14:50:44.000Z (over 8 years ago)
- Last Synced: 2025-01-21T00:20:11.665Z (over 1 year ago)
- Topics: asyncio, websocket
- Language: Python
- Size: 19.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# async_websocket
Websocket experiment for asyncio of python3.
For local LAN.
* based https://github.com/Pithikos/python-websocket-server
* referenced https://github.com/websocket-client/websocket-client
* use python-3.6 asyncio.streams
* use python-3.6 typing annotations
* server
* client
* continuation
* byte message