سؤال

What's the best place to start when implementing a peer to peer network in Go? And is there any good features in Go that would make implementing a peer to peer network easier?

هل كانت مفيدة؟

المحلول

Channels make handling asynchronous network events in Go easier than many other languages.

You should start by reading Network programming in Go.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top