https://github.com/sammwyy/lure
The true next-gen L7 minecraft proxy and load balancer. Built in Rust.
https://github.com/sammwyy/lure
minecraft minecraft-proxy minecraft-rust minecraft-server minecraft-server-proxy minecraft-server-software proxy rust rust-lang
Last synced: 10 months ago
JSON representation
The true next-gen L7 minecraft proxy and load balancer. Built in Rust.
- Host: GitHub
- URL: https://github.com/sammwyy/lure
- Owner: sammwyy
- License: mit
- Created: 2023-02-18T08:26:22.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-30T16:24:28.000Z (about 2 years ago)
- Last Synced: 2025-03-29T13:22:07.767Z (about 1 year ago)
- Topics: minecraft, minecraft-proxy, minecraft-rust, minecraft-server, minecraft-server-proxy, minecraft-server-software, proxy, rust, rust-lang
- Language: Rust
- Homepage:
- Size: 150 KB
- Stars: 141
- Watchers: 4
- Forks: 7
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
Lure
The true next-gen L7 minecraft proxy and load balancer. Built in Rust, Tokio and Valence.
## Why?
Rust is a powerful programming language and a great development environment with a large and growing ecosystem. The efficiency of the applications built in it is such that several companies are moving their products to this technology.
Proxies built in Java store too much player data in memory. They have unneeded functions and complex API systems that in the end make a simple proxy whose job is to carry packets from one point to another become an entire server.
Lure came along to fix that.
## ๐ To Do
- [X] Configuration system.
- [X] MoTD.
- [X] Favicon.
- [X] Proxy client to a server.
- [X] Multiple servers.
- [X] Multiple hosts.
- [X] Compression.
- [X] Online mode.
- [ ] Player limit.
- [X] IP Forwarding.
- [ ] Switch between servers.
- [ ] Plugin channels.
- [ ] Internal Commands.
- [ ] Addon API.
## โ๏ธ Development
1. Clone this repository.
2. Install Rust and Cargo.
### ๐งช Debug mode
3. Run `cargo run` in your terminal.
### ๐ฆ Build
3. Run `cargo build --release` in your terminal.
## ๐ค Contributing
Contributions, issues and feature requests are welcome!
Feel free to check [issues page](https://github.com/sammwyy/lure/issues).
## โค๏ธ Show your support
Give a โญ๏ธ if this project helped you!
Or buy me a coffee-latte ๐๐พ
[Ko-fi](https://ko-fi.com/sammwy) | [Patreon](https://patreon.com/sammwy)
## ๐ License
Copyright ยฉ 2023 [Sammwy](https://github.com/sammwyy).
This project is [MIT](LICENSE) licensed.