Skip to content

Commit ec6f666

Browse files
authored
Add MicroPie framework to implementations.rst (#515)
1 parent 5eff04d commit ec6f666

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/implementations.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,17 @@ Starlette is a minimalist ASGI library for writing against basic but powerful
185185
``Request`` and ``Response`` classes. Supports HTTP and WebSockets.
186186

187187

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+
188199
Tools
189200
=====
190201

0 commit comments

Comments
 (0)