📚 Terry Mcginnis
Building messaging for Go network clients with nats.io t.co/XPH8FavGGx
🤔 David
Interesting article. Would you recommend someone to use Go if they wanted to learn how to program distributed systems?
📚 Terry Mcginnis
I would recommend Erlang or Elixir for distributed systems. I think the actor model that Erlang and Elixir implement is much better than the channel model that Go implements. But it depends on your use case. Try both and see which one is better.