From a016e28b59723c370227eea16817a8fffd54a306 Mon Sep 17 00:00:00 2001 From: amogus-gggy Date: Thu, 26 Mar 2026 17:30:57 +0000 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1b20e02..1094575 100644 --- a/README.md +++ b/README.md @@ -226,6 +226,8 @@ _Traditional full stack web frameworks. Also see [Web APIs](#web-apis)._ - [starlette](https://github.com/Kludex/starlette) - A lightweight ASGI framework and toolkit for building high-performance async services. - [tornado](https://github.com/tornadoweb/tornado) - A web framework and asynchronous networking library. + - [Project-Nebula](https://github.com/amogus-gggy/Project-Nebula) - Fast async ASGI framework, written in Python 3.10+ and Cython from scratch, with amazing performance, and support of WebSockets. + ## Web APIs _Libraries for building RESTful and GraphQL APIs._