mirror of
https://github.com/jamesroberts/fastwsgi.git
synced 2026-01-06 06:09:47 -06:00
b1ac57a2842380cee279dea7e1153320050e5ec5
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%