Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Go 中实现点对点网络时,最好的起点是什么?Go 中是否有任何好的特性可以让实现点对点网络变得更容易?
通道使得在 Go 中处理异步网络事件比许多其他语言更容易。
您应该从阅读Go 中的网络编程开始。