Important
Work in progress!
Lyn is a simple and fast HTTP file server, inspired by Python's http.server.
lynThis will start a server in the current directory.
You can also customize its behavior using additional options — run:
lyn -hfor a full list of available flags.
You can check the unstable automated builds.
Simply run:
go build .inside this repository.
This will generate a binary named lyn (or lyn.exe on Windows) that you can
run directly.
Lyn is not intended for production use. Use it for development, testing, or learning purposes only.