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