mirror of
https://github.com/jamesroberts/fastwsgi.git
synced 2026-01-06 06:09:47 -06:00
813 B
813 B
Fast WSGI
Fast WSGI is an ultra fast WSGI server for Python 3.
It is mostly written in C. It makes use of libuv and llhttp under the hood for blazing fast performance.
** Fast WSGI is still under development...
TODO
- Memory lifecycle management
- Python object ref count tracking
- WSGI app invoking
- Test integration with flask app
- Basic error handling