Releases: ledocorp/fxserve
Releases · ledocorp/fxserve
Release list
fxserve 0.1.0 - local static HTTP(S) for fx
fxserve 0.1.0
First public scrubbed pack for fxserve (LedoCorp).
Highlights
- Static file serve from a directory root (local bind default
127.0.0.1) - Optional
--workers Nnursery pool + bounded pending queue - Optional HTTPS via
--cert/--key(Mbed TLS; single-thread TLS in v1) - Example
examples/site/starter page - License: GPL-3.0
Install
Download the Windows or Linux asset from this release; put the binary on PATH.
fxserve ./examples/site --port 8765
Requires no Rust. Pair with fxlang v0.9.72+ for fx new … web.