> > I have now embarked on a mission to create an online game, using Go for > the server.
What kind of online? Making a server program to run on one computer in a private network is different than a scaling Internet game on one of the cloud platforms. In either case the microservice approach (with each service communicating over the network or just with IPC) may be a worthwhile design consideration. Do you have any questions about multiplayer game development with Go? Matt On Friday, February 23, 2018 at 8:26:42 AM UTC-6, Chris FractalBach wrote: > So, I started programming in Go about a month ago. I can't stop. > I can't even describe why I am enjoying the language so much, except by > saying... > > It's fun to program in Go! > > I have now embarked on a mission to create an online game, using Go for > the server. > I thought I should stop by here and say hello, since I have a feeling that > I will be > programming a lot in this language =) > > I am certainly Golang-Nuts about Go. > -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.