문제

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