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
- Host: GitHub
- URL: https://github.com/pimbrouwers/sergio
- Owner: pimbrouwers
- License: apache-2.0
- Created: 2020-05-08T13:17:29.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-13T12:42:17.000Z (almost 4 years ago)
- Last Synced: 2025-02-07T13:38:50.690Z (3 months ago)
- Topics: fsharp, kestrel, static-file-server
- Language: F#
- Homepage:
- Size: 11.7 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
```