You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 23, 2024. It is now read-only.
Long answer: an official way to do server-side logic in nakama - making server-side modules in Go or Typescript. So to move fishgame's logic to the server you would need to reimplement most of the game in one of those languages.
The less official way - go with https://github.com/attackgoat/nakama , expose C api from Rust and import that rust to Go. But it would also require quite a lot of work.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
I would like to change the networking from master-client-authoritative to server-authoritative.
I would appreciate any advice on how to go about this, thank you.
The text was updated successfully, but these errors were encountered: