Web Server Gateway Interface (original) (raw)

About DBpedia

واجهة بوابة خادم الويب (بالإنجليزية: Web Server Gateway Interface)‏(تختصر WSGI ، تنطق ويسكي ) اصطلاح استدعاء بسيط لخوادم الويب يقوم بإعادة توجيه الطلبات إلى تطبيقات الويب أو الأطر المكتوبة بلغة البرمجة بايثون . الإصدار الحالي هو 1.0.1 ، حسب ما أورده مقترح تحسين بايثون (PEP) 3333.

Property Value
dbo:abstract واجهة بوابة خادم الويب (بالإنجليزية: Web Server Gateway Interface)‏(تختصر WSGI ، تنطق ويسكي ) اصطلاح استدعاء بسيط لخوادم الويب يقوم بإعادة توجيه الطلبات إلى تطبيقات الويب أو الأطر المكتوبة بلغة البرمجة بايثون . الإصدار الحالي هو 1.0.1 ، حسب ما أورده مقترح تحسين بايثون (PEP) 3333. (ar) Web Server Gateway Interface definuje jednoduché a univerzální rozhraní (interface) mezi webovým serverem a webovou aplikací nebo v programovacím jazyce Python. Poslední verze jazyka Python, 3.0, vydaná v prosinci 2008, je již podporována modulem mod_wsgi webového serveru Apache. (cs) Das Web Server Gateway Interface (WSGI) ist eine Spezifikation für die Programmiersprache Python, die eine Schnittstelle zwischen Webservern und Webframeworks bzw. Web Application Servern festlegt, um die Portabilität von Webanwendungen auf unterschiedlichen Webservern zu fördern. (de) La Web Server Gateway Interface (WSGI) est une spécification qui définit une interface entre des serveurs et des applications web pour le langage Python. (fr) Web Server Gateway Interface (WSGI; ウィスキー) は、プログラミング言語Pythonにおいて、WebサーバとWebアプリケーション(あるいはWebアプリケーションフレームワーク)を接続するための、標準化されたインタフェース定義である。また、WSGIから着想を得て、他の言語でも同様のインタフェースが作られた。 (ja) Il Web Server Gateway Interface (WSGI) è un protocollo di trasmissione che stabilisce e descrive comunicazioni ed interazioni tra server ed applicazioni web scritte nel linguaggio Python. È quindi l'interfaccia standard del web service per la programmazione in Python. In parole povere, il protocollo specifica come i server si facciano carico delle richieste provenienti dai browser/client ed inoltrino le informazioni richieste alle relative applicazioni, oltre a come utilizzare le informazioni di cui si sono fatti carico e a come rispondere. (it) The Web Server Gateway Interface (WSGI, pronounced whiskey or WIZ-ghee) is a simple calling convention for web servers to forward requests to web applications or frameworks written in the Python programming language. The current version of WSGI, version 1.0.1, is specified in Python Enhancement Proposal (PEP) 3333. WSGI was originally specified as PEP-333 in 2003. PEP-3333, published in 2010, updates the specification for Python 3. (en) 웹 서버 게이트웨이 인터페이스(WSGI, Web Server Gateway Interface)는 웹서버와 웹 애플리케이션의 인터페이스를 위한 파이썬 프레임워크다. WSGI는 처음에 2003년 PEP-333으로 규정되었다.. 2010년에 출판된 PEP-3333은 을 위한 사양을 갱신한다. (ko) Web Server Gateway Interface (WSGI) is een low-level interface tussen webservers en webapplicatie-frameworks geschreven in de programmeertaal Python. WSGI definieert een standaard om portable webapplicaties en webapplicatie-frameworks te ontwikkelen. De specificatie van WSGI is te vinden in Python Enhancement Proposal (PEP) 333. (nl) O Web Server Gateway Interface (WSGI), em português Interface de Porta de Entrada do Servidor Web, é uma especificação para uma interface simples e universal entre servidores web e aplicações web ou frameworks para a linguagem de programação Python. Foi originalmente especificada na PEP 333, de autoria de , e publicada em 7 de dezembro de 2003. Desde então foi adotada como um padrão para o desenvolvimento de aplicações web em Python. A última versão da especificação é v1.0.1, também conhecida como PEP 3333, publicada em 26 de setembro de 2010. (pt) WSGI (англ. Web Server Gateway Interface, вимовляється віскі або візґі) — стандарт взаємодії між Python-програмою, яка виконується на стороні сервера, і самим вебсервером, наприклад, Apache. (uk) WSGI (англ. Web Server Gateway Interface) — стандарт взаимодействия между Python-программой, выполняющейся на стороне сервера, и самим веб-сервером, например Apache. (ru) Web服务器网关接口(Python Web Server Gateway Interface,缩写为WSGI)是为Python语言定义的Web服务器和Web应用程序或框架之间的一种简单而通用的接口。自从WSGI被开发出来以后,许多其它语言中也出现了类似接口。 (zh)
dbo:wikiPageExternalLink http://nwsgi.codeplex.com/ http://wsgi.tutorial.codepoint.net/ http://www.pythonpaste.org/ http://www.wsgi.org/ https://www.saddi.com/software/flup/ https://docs.python.org/library/wsgiref.html http://lucumr.pocoo.org/2007/5/21/getting-started-with-wsgi/ http://pypi.python.org/pypi/gevent-fastcgi https://www.python.org/dev/peps/pep-0333/ https://www.python.org/dev/peps/pep-3333/ https://github.com/jamesroberts/fastwsgi https://github.com/jonashaag/bjoern
dbo:wikiPageID 1441500 (xsd:integer)
dbo:wikiPageLength 13995 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID 1110277391 (xsd:integer)
dbo:wikiPageWikiLink dbr:Pylons_project dbr:Python_(programming_language) dbr:Python_Paste dbr:Ruby_(programming_language) dbr:Byte_string dbr:Apache_JServ_Protocol dbr:Perl dbr:UWSGI dbr:Uniform_Resource_Locator dbr:Web.py dbr:"Hello,_World!"_program dbr:Computer_network dbr:Generator_(computer_programming) dbr:Middleware dbr:Google_App_Engine dbr:Mod_wsgi dbr:Apache_HTTP_Server dbr:Application_programming_interface dbr:Load_balancing_(computing) dbr:Calling_convention dbr:Common_Gateway_Interface dbr:Python_Enhancement_Proposal dbc:Python_(programming_language) dbr:Tornado_(web_server) dbr:Trac dbr:TurboGears dbr:Twisted_(software) dbr:Web2py dbr:Web_application dbr:Web_framework dbr:Web_server dbr:Gunicorn_(HTTP_server) dbr:Mod_python dbr:Active_Server_Pages dbr:FastCGI dbr:Flask_(programming) dbr:Process_(computing) dbr:Pyramid_(web_framework) dbr:Asynchronous_Server_Gateway_Interface dbr:Internet_Information_Services dbr:JavaScript dbr:CherryPy dbr:BlueBream dbr:JSGI dbr:Django_(web_framework) dbr:Software_portability dbr:Apache_(web_server) dbr:Nginx dbr:Rack_(web_server_interface) dbr:XSLT dbr:Server_(computing) dbr:PSGI dbr:Environment_variables dbr:SCGI dbr:Python_3 dbr:Interface_(computer_science) dbr:Eventlet dbr:Gevent-FastCGI dbr:Uliweb
dbp:wikiPageUsesTemplate dbt:Div_col dbt:Div_col_end dbt:Redirect dbt:Reflist dbt:Respell dbt:Short_description dbt:TOC_right dbt:Example_farm dbt:Web_interfaces dbt:Python_(programming_language)
dcterms:subject dbc:Python_(programming_language)
gold:hypernym dbr:Specification
rdf:type yago:WikicatWebApplications yago:WikicatStandards yago:Abstraction100002137 yago:Application106570110 yago:Code106355894 yago:CodingSystem106353757 yago:Communication100033020 yago:Measure100033615 yago:Program106568978 yago:Writing106359877 yago:WrittenCommunication106349220 dbo:ProgrammingLanguage yago:Software106566077 yago:Standard107260623 yago:SystemOfMeasurement113577171
rdfs:comment واجهة بوابة خادم الويب (بالإنجليزية: Web Server Gateway Interface)‏(تختصر WSGI ، تنطق ويسكي ) اصطلاح استدعاء بسيط لخوادم الويب يقوم بإعادة توجيه الطلبات إلى تطبيقات الويب أو الأطر المكتوبة بلغة البرمجة بايثون . الإصدار الحالي هو 1.0.1 ، حسب ما أورده مقترح تحسين بايثون (PEP) 3333. (ar) Web Server Gateway Interface definuje jednoduché a univerzální rozhraní (interface) mezi webovým serverem a webovou aplikací nebo v programovacím jazyce Python. Poslední verze jazyka Python, 3.0, vydaná v prosinci 2008, je již podporována modulem mod_wsgi webového serveru Apache. (cs) Das Web Server Gateway Interface (WSGI) ist eine Spezifikation für die Programmiersprache Python, die eine Schnittstelle zwischen Webservern und Webframeworks bzw. Web Application Servern festlegt, um die Portabilität von Webanwendungen auf unterschiedlichen Webservern zu fördern. (de) La Web Server Gateway Interface (WSGI) est une spécification qui définit une interface entre des serveurs et des applications web pour le langage Python. (fr) Web Server Gateway Interface (WSGI; ウィスキー) は、プログラミング言語Pythonにおいて、WebサーバとWebアプリケーション(あるいはWebアプリケーションフレームワーク)を接続するための、標準化されたインタフェース定義である。また、WSGIから着想を得て、他の言語でも同様のインタフェースが作られた。 (ja) Il Web Server Gateway Interface (WSGI) è un protocollo di trasmissione che stabilisce e descrive comunicazioni ed interazioni tra server ed applicazioni web scritte nel linguaggio Python. È quindi l'interfaccia standard del web service per la programmazione in Python. In parole povere, il protocollo specifica come i server si facciano carico delle richieste provenienti dai browser/client ed inoltrino le informazioni richieste alle relative applicazioni, oltre a come utilizzare le informazioni di cui si sono fatti carico e a come rispondere. (it) The Web Server Gateway Interface (WSGI, pronounced whiskey or WIZ-ghee) is a simple calling convention for web servers to forward requests to web applications or frameworks written in the Python programming language. The current version of WSGI, version 1.0.1, is specified in Python Enhancement Proposal (PEP) 3333. WSGI was originally specified as PEP-333 in 2003. PEP-3333, published in 2010, updates the specification for Python 3. (en) 웹 서버 게이트웨이 인터페이스(WSGI, Web Server Gateway Interface)는 웹서버와 웹 애플리케이션의 인터페이스를 위한 파이썬 프레임워크다. WSGI는 처음에 2003년 PEP-333으로 규정되었다.. 2010년에 출판된 PEP-3333은 을 위한 사양을 갱신한다. (ko) Web Server Gateway Interface (WSGI) is een low-level interface tussen webservers en webapplicatie-frameworks geschreven in de programmeertaal Python. WSGI definieert een standaard om portable webapplicaties en webapplicatie-frameworks te ontwikkelen. De specificatie van WSGI is te vinden in Python Enhancement Proposal (PEP) 333. (nl) O Web Server Gateway Interface (WSGI), em português Interface de Porta de Entrada do Servidor Web, é uma especificação para uma interface simples e universal entre servidores web e aplicações web ou frameworks para a linguagem de programação Python. Foi originalmente especificada na PEP 333, de autoria de , e publicada em 7 de dezembro de 2003. Desde então foi adotada como um padrão para o desenvolvimento de aplicações web em Python. A última versão da especificação é v1.0.1, também conhecida como PEP 3333, publicada em 26 de setembro de 2010. (pt) WSGI (англ. Web Server Gateway Interface, вимовляється віскі або візґі) — стандарт взаємодії між Python-програмою, яка виконується на стороні сервера, і самим вебсервером, наприклад, Apache. (uk) WSGI (англ. Web Server Gateway Interface) — стандарт взаимодействия между Python-программой, выполняющейся на стороне сервера, и самим веб-сервером, например Apache. (ru) Web服务器网关接口(Python Web Server Gateway Interface,缩写为WSGI)是为Python语言定义的Web服务器和Web应用程序或框架之间的一种简单而通用的接口。自从WSGI被开发出来以后,许多其它语言中也出现了类似接口。 (zh)
rdfs:label واجهة بوابة خادم ويب (ar) Web Server Gateway Interface (cs) Web Server Gateway Interface (de) Web Server Gateway Interface (fr) Web Server Gateway Interface (it) 웹 서버 게이트웨이 인터페이스 (ko) Web Server Gateway Interface (ja) Web Server Gateway Interface (nl) Web Server Gateway Interface (pt) Web Server Gateway Interface (en) WSGI (ru) WSGI (uk) Web服务器网关接口 (zh)
owl:sameAs freebase:Web Server Gateway Interface yago-res:Web Server Gateway Interface wikidata:Web Server Gateway Interface dbpedia-ar:Web Server Gateway Interface dbpedia-cs:Web Server Gateway Interface dbpedia-de:Web Server Gateway Interface dbpedia-fa:Web Server Gateway Interface dbpedia-fr:Web Server Gateway Interface dbpedia-it:Web Server Gateway Interface dbpedia-ja:Web Server Gateway Interface dbpedia-ko:Web Server Gateway Interface dbpedia-nl:Web Server Gateway Interface dbpedia-pt:Web Server Gateway Interface dbpedia-ru:Web Server Gateway Interface dbpedia-tr:Web Server Gateway Interface dbpedia-uk:Web Server Gateway Interface dbpedia-zh:Web Server Gateway Interface https://global.dbpedia.org/id/4jkp9
prov:wasDerivedFrom wikipedia-en:Web_Server_Gateway_Interface?oldid=1110277391&ns=0
foaf:isPrimaryTopicOf wikipedia-en:Web_Server_Gateway_Interface
is dbo:wikiPageRedirects of dbr:WSGI dbr:Web_server_gateway_interface dbr:Wsgi
is dbo:wikiPageWikiLink of dbr:Pylons_project dbr:Python_(programming_language) dbr:Python_Paste dbr:Roundup_(issue_tracker) dbr:UWSGI dbr:Comparison_of_web_server_software dbr:PythonAnywhere dbr:Google_App_Engine dbr:NIWA_Cloud_Application_Platform dbr:Mod_wsgi dbr:Common_Gateway_Interface dbr:Plack_(software) dbr:Simple_Common_Gateway_Interface dbr:TurboGears dbr:WSGI dbr:Web2py dbr:Mod_python dbr:Flask_(web_framework) dbr:List_of_Python_software dbr:Gunicorn dbr:Asynchronous_Server_Gateway_Interface dbr:Jam.py_(web_framework) dbr:Armin_Ronacher dbr:CherryPy dbr:JSGI dbr:Diazo_(software) dbr:Django_(web_framework) dbr:Phusion_Passenger dbr:Nginx dbr:Web_Application_Messaging_Protocol dbr:Web_server_gateway_interface dbr:Wsgi
is foaf:primaryTopic of wikipedia-en:Web_Server_Gateway_Interface