UWSGI: Difference between revisions
Inital page |
Add link and category |
||
Line 1: | Line 1: | ||
[https://github.com/unbit/uwsgi uWSGI] web application server for different programming languages such as Python, Perl or Ruby. Implementing the WSGI-protocol. | |||
== Setup == | == Setup == | ||
Line 34: | Line 34: | ||
}; | }; | ||
</syntaxhighlight>The application will be available on <code><nowiki>http://localhost</nowiki></code> . | </syntaxhighlight>The application will be available on <code><nowiki>http://localhost</nowiki></code>. | ||
[[Category:Server]] |