mirror of
https://github.com/jamesroberts/fastwsgi.git
synced 2025-12-30 10:49:46 -06:00
259f24dfa96f2b03ec3ccc7162fe720138d6f239
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%