Http-server: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * Projects =Overview= A simple, multithreaded experimental web server. Developed to experiment with the behavior of user agents and proxies...")
 
No edit summary
Line 6: Line 6:


A simple, multithreaded experimental web server. Developed to experiment with the behavior of user agents and proxies.
A simple, multithreaded experimental web server. Developed to experiment with the behavior of user agents and proxies.
=GitHub=
{{External|https://github.com/NovaOrdis/playground/tree/master/http/http-server}}


=Run=
=Run=

Revision as of 21:35, 7 January 2017

Internal

Overview

A simple, multithreaded experimental web server. Developed to experiment with the behavior of user agents and proxies.

GitHub

https://github.com/NovaOrdis/playground/tree/master/http/http-server

Run

./bin/http-server <port> [document-root]

The document-root is optional, it will sever the current directory if not specified.