UWSGI: Difference between revisions

Onny (talk | contribs)
Inital page
 
Onny (talk | contribs)
Add link and category
 
Line 1: Line 1:
Web application server for different programming languages such as Python, Perl or Ruby. Implementing the WSGI-protocol.
[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]]