A minimal HTTP server written from scratch in Rust.
It can serve files from a directory and has built-in support for REST APIs. The default port is 8080.
It also has an optional GUI written with iced and includes an example web app and
REST API. The UI can be toggled on and off with the gui and nogui Cargo features.
See LICENSE
Made by dcas796