Implementing servers — gevent 21.12.1.dev0 documentation
www.gevent.org › serversThe gevent.pywsgi module contains an implementation of a PEP 3333 WSGI server. In addition, gunicorn is a stand-alone server that supports gevent. API Reference¶ gevent.baseserver – Base class for implementing servers. gevent.server – TCP/SSL server. gevent.pywsgi – A pure-Python, gevent-friendly WSGI server. Examples¶ More examples are ...
Python Examples of gevent.wsgi
www.programcreek.com › python › exampleThe following are 5 code examples for showing how to use gevent.wsgi(). These examples are extracted from open source projects. You can vote up the ones you like or vote down the ones you don't like, and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.