Overview of Waitress WSGI server
mainWaitress is a production-quality, pure-Python WSGI server designed for high performance with minimal dependencies. It is suitable for serving web applications that follow the WSGI standard.
Key Features:
- Zero external dependencies: Only relies on the Python standard library.
- Cross-platform: Runs on CPython on both Unix and Windows.
- Python Compatibility: Requires Python 3.9+ (CPython) or PyPy 3 (version 3.9 compatible and above) on UNIX.
- Protocol Support: Supports HTTP/1.0 and HTTP/1.1.