トップページ > プログラム > 2014年10月15日 > ecrFBKrn

書き込み順位&時間帯一覧

30 位/163 ID中時間01234567891011121314151617181920212223Total
書き込み数0000000000000000002000002



使用した名前一覧書き込んだスレッド一覧
デフォルトの名無しさん
くだすれPython(超初心者用) その24

書き込みレス一覧

くだすれPython(超初心者用) その24
788 :デフォルトの名無しさん[sage]:2014/10/15(水) 18:50:43.08 ID:ecrFBKrn
WSGIはWebのインターフェイス
PythonではPEP3333で定義されてる
http://legacy.python.org/dev/peps/pep-3333/

それを実装してるライブラリがwsgiref
https://docs.python.org/3/library/wsgiref.html

apacheモジュールはmod_wsgi。mod_pythonはもう開発がとまってる。
https://github.com/GrahamDumpleton/mod_wsgi

フレームワークはPyramid、Django、fluskなどなど

JSPとJavaServletは知らん
くだすれPython(超初心者用) その24
789 :デフォルトの名無しさん[sage]:2014/10/15(水) 18:52:55.90 ID:ecrFBKrn
What is WSGI?
WSGI is the Web Server Gateway Interface. It is a specification that describes how web server communicates with web applications, and how web applications can be chained together to process one request.

WSGI is Python standard described in detail in PEP 3333.
(WSGI.org, http://wsgi.readthedocs.org/en/latest/what.html#what-is-wsgi)


※このページは、『2ちゃんねる』の書き込みを基に自動生成したものです。オリジナルはリンク先の2ちゃんねるの書き込みです。
※このサイトでオリジナルの書き込みについては対応できません。
※何か問題のある場合はメールをしてください。対応します。