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

https://github.com/pimbrouwers/sergio

A static file server, written in F# using Kestrel
https://github.com/pimbrouwers/sergio

fsharp kestrel static-file-server

Last synced: 15 days ago
JSON representation

A static file server, written in F# using Kestrel

Awesome Lists containing this project

README

        

# Sergio
A robust static file server, written in F# using Kestrel

## Getting Started

Assuming binary is available in your PATH and named `sergio.exe`:

```
USAGE: sergio [--help] [--listener ] [--log-level ] [--gzip ]

ROOT:

specify a working directory

OPTIONS:

--listener
specify a listener (ex: --listener localhost 5001)
--log-level set the log level (default = LogLevel.Error)
--gzip enable gzip compress (default = False)
--help display this list of options.
```