Nylon is a lightweight, high‑performance, and extensible proxy built on top of the battle‑tested Cloudflare Pingora framework.
- 🔌 Extensible: Write plugins in Go, Rust, Zig, C via FFI
- 📝 Simple YAML Config: One place to manage routes, services, middleware
- 🎯 Smart Routing: Host/header/path matching with multiple load balancing algorithms
- 🔒 TLS Built-in: Custom certificates or ACME (Let's Encrypt, Buypass)
- ☁️ Cloud-native: Observability and scalability friendly
- ⚡ High Performance: Built on Cloudflare Pingora framework
# Install (macOS/Linux)
curl -fsSL https://nylon.sh/install | sh
# Run with example config
nylon run -c ./examples/config.yamlTest it:
curl http://127.0.0.1:8088/For complete documentation, visit nylon.sh
- Installation Guide
- Quick Start
- Configuration
- Routing & Load Balancing
- TLS Setup
- Plugin System
- Examples
git clone https://github.com/AssetsArt/nylon.git
cd nylon
make build
./target/release/nylon run -c ./examples/config.yaml- 📚 Documentation: nylon.sh
- 🐛 Issues: GitHub Issues
- 💬 Discussions: GitHub Discussions
MIT Licensed. © AssetsArt.