Skip to content

warbacon/lyn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

☁️ Lyn

Important

Work in progress!

Lyn is a simple and fast HTTP file server, inspired by Python's http.server.

🚀 Usage

lyn

This will start a server in the current directory.

You can also customize its behavior using additional options — run:

lyn -h

for a full list of available flags.

🛠️ Installation

You can check the unstable automated builds.

⚙️ Building from source

Simply run:

go build .

inside this repository.

This will generate a binary named lyn (or lyn.exe on Windows) that you can run directly.

⚠️ Disclaimer

Lyn is not intended for production use. Use it for development, testing, or learning purposes only.