mirror of
https://github.com/jamesroberts/fastwsgi.git
synced 2025-12-30 18:59:53 -06:00
c9fca0081a85190eb013ca41175598b35dc9f429
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
Description
Languages
C
78.5%
Python
18.7%
Shell
2.4%
Makefile
0.3%
Batchfile
0.1%