DEV Community

Cover image for FastWSGI: An ultra-fast WSGI server for Python
James Roberts
James Roberts

Posted on

FastWSGI: An ultra-fast WSGI server for Python

FastWSGI

I've been developing a Python extension, written in C, that provides users with an ultra-fast WSGI server that they can run their WSGI applications on (Flask, Django and other WSGI apps).

I have also recently managed to get it working on multiple platforms (Linux, MacOS and Windows).

If you want to significantly speed up your WSGI based applications, check it out!

It is still in early development at the moment. Any feedback would be greatly appreciated!

Links

Top comments (0)