WSGI

WSGI

仕様書

派生仕様

[5] WSGIPythonAPI ですが、他の言語の同様の API の設計にも影響を与えています。

[13] しかし異なる言語ということもあって、互換性はまったくありません。

メモ

[6] Web Server Gateway Interface - Wikipedia, the free encyclopedia ( ( 版)) <http://en.wikipedia.org/wiki/Web_Server_Gateway_Interface>

[7] PEP 3333 -- Python Web Server Gateway Interface v1.0.1 ( ( 版)) <http://www.python.org/dev/peps/pep-3333/>

[8] [Web-SIG] websocket support in WSGI - Google Groups ( 版) <https://groups.google.com/forum/#!topic/python-web-sig/1o_iOC1_nxw>

[9] PEP 3333 -- Python Web Server Gateway Interface v1.0.1 | Python.org ( 版) <https://www.python.org/dev/peps/pep-3333/>

While for procedural reasons [6] , this must be a distinct PEP, no changes were made that invalidate previously-compliant servers or applications under Python 2.x. If your 2.x application or server is compliant to PEP 333, it is also compliant with this PEP.

[10] WebSocket support — uWSGI 2.0 documentation ( 版) <http://uwsgi-docs.readthedocs.org/en/latest/WebSockets.html>

[11] [Web-SIG] websocket support in WSGI - Google グループ ( 版) <https://groups.google.com/forum/#!topic/python-web-sig/1o_iOC1_nxw>

[12] Primer to Asynchronous Applications — Bottle 0.13-dev documentation ( 版) <http://bottlepy.org/docs/dev/async.html#finally-websockets>