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
- Host: GitHub
- URL: https://github.com/warbacon/lyn
- Owner: warbacon
- Created: 2025-09-15T17:53:16.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-10-11T11:21:19.000Z (9 months ago)
- Last Synced: 2025-10-26T07:46:33.486Z (9 months ago)
- Topics: go, golang, http-server, python-http-server, python-httpserver, web-server
- Language: Go
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.