From e078d5b92da2115cc56bf61f1a727a140a96289d Mon Sep 17 00:00:00 2001 From: Taras Kozlov Date: Sun, 5 Apr 2026 22:24:06 +0200 Subject: [PATCH 1/2] Add picows library to WebSocket section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d0bacdd11..e5ae9e7ae 100644 --- a/README.md +++ b/README.md @@ -272,6 +272,7 @@ _Libraries for working with WebSocket._ - [channels](https://github.com/django/channels) - Developer-friendly asynchrony for Django. - [flask-socketio](https://github.com/miguelgrinberg/Flask-SocketIO) - Socket.IO integration for Flask applications. - [websockets](https://github.com/python-websockets/websockets) - A library for building WebSocket servers and clients with a focus on correctness and simplicity. +- [picows](https://github.com/python-websockets/websockets) - Fastest WebSocket clients and servers for asyncio ## Template Engines From f63c9f899fd5fad1787a964003ab89ac1092e8f9 Mon Sep 17 00:00:00 2001 From: Taras Kozlov Date: Sun, 5 Apr 2026 22:37:24 +0200 Subject: [PATCH 2/2] Update 'picows' entry in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e5ae9e7ae..fe8a5c554 100644 --- a/README.md +++ b/README.md @@ -271,8 +271,8 @@ _Libraries for working with WebSocket._ - [autobahn-python](https://github.com/crossbario/autobahn-python) - WebSocket & WAMP for Python on Twisted and [asyncio](https://docs.python.org/3/library/asyncio.html). - [channels](https://github.com/django/channels) - Developer-friendly asynchrony for Django. - [flask-socketio](https://github.com/miguelgrinberg/Flask-SocketIO) - Socket.IO integration for Flask applications. +- [picows](https://github.com/tarasko/picows) - Fastest WebSocket clients and servers with a frame level interface for the most demanding use-cases. - [websockets](https://github.com/python-websockets/websockets) - A library for building WebSocket servers and clients with a focus on correctness and simplicity. -- [picows](https://github.com/python-websockets/websockets) - Fastest WebSocket clients and servers for asyncio ## Template Engines