Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/chrisdoherty4/serve


https://github.com/chrisdoherty4/serve

Last synced: 16 days ago
JSON representation

Awesome Lists containing this project

README

        

# Serve

An HTTP server for serving static files.

```
go run github.com/chrisdoherty4/serve@latest
```

## Flags

```
-a string
The address to listen on. (default ":8080")
-d string
The directory to serve files from. (default ".")
-s Silence server logging.
```