Files
fastwsgi/README.md
James Roberts e3db143c53 Todos
2021-08-19 23:03:19 +02:00

813 B

Language grade: C/C++ Language grade: Python

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