A high-speed, production ready, thread pooled, generic WSGI server with SSL support. Version 1.3 is the latest release. The project appears to be in maintenance mode with no recent updates.
pip install wsgiserverNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create a minimal WSGI server to serve a simple application.
Use a more modern WSGI server like gunicorn or uWSGI.
Ensure you are running on Python 2.7 or test thoroughly on Python 3.
Run 'pip install wsgiserver' to install the library.
Ensure your WSGI app returns a list of bytes, e.g., return [b'Hello'].
No dependency data recorded yet.