3 unstable releases

0.2.0 Dec 27, 2024
0.1.10 Dec 15, 2024
0.1.0 Dec 15, 2024

#269 in HTTP server

Download history 203/week @ 2024-12-10 55/week @ 2024-12-17 120/week @ 2024-12-24 1/week @ 2025-01-07

255 downloads per month

MIT license

82KB
2K SLoC

HTTP-Mini server

A simple HTTP server which can be used during development, or for light traffic applications.

The application will only serve content in a target directory which must be specified at startup.

By default, the application starts listening on all available interfaces and associated addresses, on port 8080.

Arguments can be provided in any order:

http-mini /path/to/target/directory 192.168.1.23 8090

Features:

  • directory listing
  • content type detection

No runtime deps