Hi, we’ve made available a Go client for Nakama, which includes realtime websocket functionality. We’ve been working on it for the last couple of months, along with a testing package for Nakama that we’re using for building a commercial game with a Nakama backend. The Go client library is available here: GitHub - ascii8/nakama-go: Nakama web and realtime client for Go (works with WASM) and the testing package for Nakama server is available here: GitHub - ascii8/nktest: Nakama test runner for Go
The Go client can be used in EbitEngine / other Go based game engines, and can compile to/be used with WASM without issues. We’ve been spending our energy on building our game, but will likely release a full Go version of the xoxo example game module to show how the client can be used in a fully Go based game. Documentation is a bit light at the moment, but if you’re familiar with how the client works in other languages, it should be fairly straight forward.
We’ve put a lot of work into this, and believe it’s ready for testing purposes, as we’re using it ourselves to do end-to-end testing of complex RPCs/game logic in a fully Go oriented way. Input from third-parties would be appreciated, thanks.