From e078d5b92da2115cc56bf61f1a727a140a96289d Mon Sep 17 00:00:00 2001 From: Taras Kozlov Date: Sun, 5 Apr 2026 22:24:06 +0200 Subject: [PATCH] Add picows library to WebSocket section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d0bacdd..e5ae9e7 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