JoshCap20 / areion

The fastest Python web server. A lightweight, fast, and extensible asynchronous Python web server framework.
MIT License
0 stars 1 forks source link

BIG performance increases #54

Closed JoshCap20 closed 2 days ago

JoshCap20 commented 2 days ago

Ways we are better than FastAPI: almost everything.

We can now handle 10x the requests per second with less latency. Just need to get errors down (which was inflated because of the massive amounts of more requests it could handle)

Closes #36

JoshCap20 commented 2 days ago

Increased error handling, way better than FastAPI now