-
-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Re-implement masterserver in Rust #11
Comments
@simonsan The goal of this issue is for a reimplementation of the master server or the game server? I believe they are two different things, and the current project is aimed at building a master server only? Other than that, Haskell is doing pretty well on every point you dropped (perhaps except on the memory side if you don't know what you are doing), as well as being the complete opposite of Go (the link you provided is comparing Rust against Go). |
@nerded1337 Hey, you're right. This repo is for the master server only. But we probably have to update the docs here a little bit because they are a bit outdated 😄 The current architecture idea can be found in this gist Quick summary:
The old approach was to use Haskell, but we have not yet decided if we will reimplement it in another language, once we get back to it. |
@heinezen Thanks a lot for the clarifications! |
Regarding Haskell I found a good recent comment from the maintainer of AURA (Package Manage for Arch Linux and the AUR) that will reimplement it in Rust for some reasoning that should be considered here as well:
And last but not least: src.: https://users.rust-lang.org/t/proposal-arch-linux-port-aura-to-rust/50592 |
@simonsan you are right, the first point being probably one of the most important for oss... |
Rust has some advantages that might be useful for us in regards of the implemention of a game server:
An example of a game server implementation you'll find here:
Game Server in 150 lines of Rust
What are your thoughts about this? Would you prefer also Rust for a re-implementation?
The text was updated successfully, but these errors were encountered: