We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
implementations.rst
1 parent 5eff04d commit ec6f666Copy full SHA for ec6f666
docs/implementations.rst
@@ -185,6 +185,17 @@ Starlette is a minimalist ASGI library for writing against basic but powerful
185
``Request`` and ``Response`` classes. Supports HTTP and WebSockets.
186
187
188
+MicroPie
189
+--------
190
+
191
+*Beta* / https://patx.github.io/micropie
192
193
+MicroPie is a fast, lightweight, modern Python web framework built on ASGI for
194
+asynchronous web applications. Designed for flexibility and simplicity, it
195
+enables high-concurrency web apps with built-in WebSockets, session management,
196
+middleware, and optional template rendering with method based routing.
197
198
199
Tools
200
=====
201
0 commit comments