Simple WebSocket server and client for Python.
Find a file
2026-05-15 00:08:00 +01:00
.github/workflows tox configuration 2026-05-15 00:08:00 +01:00
docs Asyncio client and server (#28) 2023-09-30 19:39:34 +01:00
examples improved echoserver.py example to demonstrate how to close a connection 2025-02-06 18:11:00 +00:00
src/simple_websocket Fixed close logic in the ASGI server (Fixes #46) 2025-10-12 12:39:00 +01:00
tests Async test improvements for Python 3.14 (#48) 2026-04-12 10:38:44 +01:00
.gitignore add development dependencies to pyproject.toml #nolog 2024-10-01 19:20:56 +01:00
.readthedocs.yaml Add readthedocs config file 2023-06-20 12:51:59 +01:00
CHANGES.md Release 1.1.0 2024-10-10 23:39:23 +01:00
LICENSE initial commit 2021-04-18 00:34:38 +01:00
MANIFEST.in Migrate Python package metadata to pyproject.toml 2023-10-15 12:47:25 +01:00
pyproject.toml Async test improvements for Python 3.14 (#48) 2026-04-12 10:38:44 +01:00
README.md Unit tests 2021-06-14 00:28:18 +01:00
tox.ini Async test improvements for Python 3.14 (#48) 2026-04-12 10:38:44 +01:00

simple-websocket

Build status codecov

Simple WebSocket server and client for Python.

Resources