An open API service indexing awesome lists of open source software.

https://github.com/robbycbennett/serve

Simple single-threaded HTTP file server
https://github.com/robbycbennett/serve

developer-tool http personal web

Last synced: about 1 year ago
JSON representation

Simple single-threaded HTTP file server

Awesome Lists containing this project

README

          

# serve

`serve` is a simple single-threaded HTTP file server. It takes no arguments, which makes it easy to use after installation. It's a simple tool for local web development. It's useful when you want to send requests to other servers.

Customize the following in the file `main.rs`
* Port: 8080
* Preferred public directory: "public" otherwise "."
* Content types
* More if you want to change it