Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miguelgrinberg/simple-websocket
Simple WebSocket server and client for Python.
https://github.com/miguelgrinberg/simple-websocket
websocket
Last synced: 4 days ago
JSON representation
Simple WebSocket server and client for Python.
- Host: GitHub
- URL: https://github.com/miguelgrinberg/simple-websocket
- Owner: miguelgrinberg
- License: mit
- Created: 2021-04-17T19:59:47.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-27T23:45:26.000Z (9 months ago)
- Last Synced: 2024-05-02T04:53:45.958Z (9 months ago)
- Topics: websocket
- Language: Python
- Homepage:
- Size: 110 KB
- Stars: 71
- Watchers: 6
- Forks: 15
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
simple-websocket
================[![Build status](https://github.com/miguelgrinberg/simple-websocket/workflows/build/badge.svg)](https://github.com/miguelgrinberg/simple-websocket/actions) [![codecov](https://codecov.io/gh/miguelgrinberg/simple-websocket/branch/main/graph/badge.svg)](https://codecov.io/gh/miguelgrinberg/simple-websocket)
Simple WebSocket server and client for Python.
## Resources
- [Documentation](http://simple-websocket.readthedocs.io/en/latest/)
- [PyPI](https://pypi.python.org/pypi/simple-websocket)
- [Change Log](https://github.com/miguelgrinberg/simple-websocket/blob/main/CHANGES.md)