Skip to content

fxserve 0.1.0 - local static HTTP(S) for fx

Latest

Choose a tag to compare

@shawnlondono shawnlondono released this 08 Sep 16:07

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 N nursery 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.