[go-nuts] Re: New to Go; Saying Hello !

2018-02-25 Thread matthewjuran

>
> 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.


[go-nuts] Re: New to Go; Saying Hello !

2018-02-23 Thread bucarr

Another newbie here.  Welcome and I feel the same way 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.


[go-nuts] Re: New to Go; Saying Hello !

2018-02-23 Thread Dmitri Shuralyov
Hello!

I can really relate to what you're describing. When I started programming 
in Go 5 years ago, I felt the same way, and I still do to this day! There 
are so many moments of joy and bliss that happen when working with it 
daily. :) Hope you continue to enjoy it too!


On Friday, February 23, 2018 at 9:26:42 AM UTC-5, 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.