Go语言中的点对点网络

huangapple go评论88阅读模式
英文:

Peer to Peer Network in Go

问题

在Go语言中实现点对点网络的最佳起点是什么?Go语言中有哪些好的特性可以使点对点网络的实现更容易?

英文:

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?

答案1

得分: 6

通道使得在Go语言中处理异步网络事件比许多其他语言更容易。

你应该首先阅读《Go语言网络编程》(http://jan.newmarch.name/go/)。

英文:

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

You should start by reading <a href="http://jan.newmarch.name/go/">Network programming in Go</a>.

huangapple
  • 本文由 发表于 2014年2月22日 06:14:50
  • 转载请务必保留本文链接:https://go.coder-hub.com/21946290.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定