Hey Travis, appreciate the kind words. If you don't mind, may I know more about what you’d like to do?
s
sparse-restaurant-34725
02/11/2022, 8:09 PM
I'm authoring a game and am using ebiten in Go and was hoping to do my state synchronization in Go so it would work both natively and in-browser without writing a separate client implementation.
m
magnificent-art-43333
02/11/2022, 8:25 PM
Aha, I see. It sounds like you’d want a Golang client SDK though, which we currently don’t have. The server SDK wouldn’t help you much in the browser 🙂
s
sparse-restaurant-34725
02/11/2022, 8:46 PM
Yeah I suppose so -- I was imagining that some subset of the go sdk could serve some of my purposes.