An open API service indexing awesome lists of open source software.

https://github.com/warbacon/lyn

☁️ Simple and fast HTTP file server
https://github.com/warbacon/lyn

go golang http-server python-http-server python-httpserver web-server

Last synced: 5 days ago
JSON representation

☁️ Simple and fast HTTP file server

Awesome Lists containing this project

README

          

# ☁️ Lyn

> [!IMPORTANT]
> Work in progress!

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

## 🚀 Usage

```bash
lyn
```

This will start a server in the current directory.

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

```bash
lyn -h
```

for a full list of available flags.

## 🛠️ Installation

You can check the [unstable automated
builds](https://github.com/warbacon/lyn/releases/tag/unstable).

## ⚙️ Building from source

Simply run:

```bash
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.