Skip to content

sammwyy/Lure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  • Configuration system.
  • MoTD.
  • Favicon.
  • Proxy client to a server.
  • Multiple servers.
  • Multiple hosts.
  • Compression.
  • Online mode.
  • Player limit.
  • IP Forwarding.
  • Switch between servers.
  • Plugin channels.
  • Internal Commands.
  • Addon API.

⚙️ Development

  1. Clone this repository.
  2. Install Rust and Cargo.

🧪 Debug mode

  1. Run cargo run in your terminal.

📦 Build

  1. Run cargo build --release in your terminal.

🤝 Contributing

Contributions, issues and feature requests are welcome! Feel free to check issues page.

❤️ Show your support

Give a ⭐️ if this project helped you!

Or buy me a coffee-latte 🙌🏾

Ko-fi | Patreon

📝 License

Copyright © 2023 Sammwy. This project is MIT licensed.