From 724930241450c9ea4abc42c4200caee66da9f0be Mon Sep 17 00:00:00 2001 From: Thomas Li Fredriksen Date: Thu, 23 Mar 2023 11:53:19 +0100 Subject: [PATCH] Added blacksheep to web-frameworks --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f3e3beb..981b8d0 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,8 @@ 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. +* [BlackSheep](https://github.com/Neoteroi/BlackSheep) - Fast ASGI web framework for Python + ## Message Queues