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

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.

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.