Lodestone-Team / lodestone_core

The backend for Lodestone, A free, open source server hosting tool for Minecraft and other multiplayers
https://www.lodestone.cc/
GNU Affero General Public License v3.0
60 stars 6 forks source link

Investigate Axum over Rocket #37

Closed CheatCod closed 2 years ago

CheatCod commented 2 years ago

Intention:

Investigate the potential of switching from Rocket to Axum during the refactoring.

Why is it necessary:

Not necessary as Rocket works fine.

Axum has native WS support while Rocket doesn't Axum is more actively developed while Rocket often stalls Axum is faster than rocket Axum potentially provides more feature that could help with permission/auth