Skip to content

exira-legacy/simple-http-server

Repository files navigation

simple-http-server NuGet Status

When doing webdevelopment, sometimes you need to serve files from an HTTP host instead of using the filesystem.

Since setting up a webserver is too much overhead, we quickly wrote something to serve static files on a given port.

It is based on OWIN. If you can use it, enjoy!

Usage

Download the latest release from the GitHub releases page

simple-http-server --port <port to listen on> --path <root path to serve>

Cloning

git clone [email protected]:exira/simple-http-server.git -c core.autocrlf=input

Copyright

Copyright © 2014-2015 Cumps Consulting BVBA / Exira and contributors.

License

simple-http-server is licensed under BSD (3-Clause). Refer to LICENSE.txt for more information.