From 858292c81ba8e68910ed3f93826797ef448d0768 Mon Sep 17 00:00:00 2001 From: Taras Kozlov Date: Thu, 19 Sep 2024 10:33:06 +0200 Subject: [PATCH] Add picows library --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f3e3beb..85ec32a 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,7 @@ Find some of those *awesome* packages here and if you are missing one we count o * [websockets](https://github.com/aaugustin/websockets/) - A library for building WebSocket servers and clients in Python with a focus on correctness and simplicity. * [Tornado](http://www.tornadoweb.org/en/stable/) - Performant web framework and asynchronous networking library. * [uvicorn](https://github.com/encode/uvicorn) - The lightning-fast ASGI server. +* [picows](https://github.com/tarasko/picows) - Ultra-fast websocket client and server for asyncio. ## Message Queues