You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+20-3Lines changed: 20 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@
10
10
- 🎨 **Templates:** Jinja2, if installed, for rendering dynamic HTML pages.
11
11
- ✨ **ASGI-Powered:** Built w/ asynchronous support for modern web servers like Uvicorn and Daphne, enabling high concurrency.
12
12
- 🛠️ **Lightweight Design:** Minimal dependencies for faster development and deployment.
13
-
- ⚡ **Blazing Fast:** Check out the [benchmarks](https://gist.github.com/patx/1269e389d7d19ea31eb3b9ffff47e0cb#file-micropie_fastapi_benchmarks-md)!
13
+
- ⚡ **Blazing Fast:** Check out how MicroPie compares to other popular ASGI frameworks below!
14
14
15
15
## **Installing MicroPie**
16
16
@@ -171,8 +171,9 @@ ASGI is the future of Python web development, offering:
171
171
MicroPie allows you to take full advantage of these benefits while maintaining simplicity and ease of use you're used to with your WSGI apps and it lets you choose what libraries you want to work with instead of forcing our ideas onto you!
*Tests were performed with `uvicorn` using 4 workers. Benchmarked with `wrk`. This a minimal baseline benchmark, and should be taken with a grain of salt.*
186
203
187
204
## **Suggestions or Feedback?**
188
205
We welcome suggestions, bug reports, and pull requests!
0 commit comments