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

https://github.com/hajimehoshi/fileserver

A dead simple HTTP server to serve files
https://github.com/hajimehoshi/fileserver

Last synced: 3 months ago
JSON representation

A dead simple HTTP server to serve files

Awesome Lists containing this project

README

          

# fileserver

A dead simple HTTP server to serve files.

```
Usage of fileserver:
-port int
port number (default 8000)
```

## How to use

```sh
fileserver -port 8080
```