<p>Hi, Is there is a golang networking tutorial for beginners?</p>
<hr/>**评论:**<br/><br/>PacNinja: <pre><p>This one explains it well (has animations!): <a href="https://appliedgo.net/networking/" rel="nofollow">https://appliedgo.net/networking/</a></p></pre>zanven42: <pre><p>Can't think of one off the top of my head and I'm about to go to bed sorry, but incase no on replies. </p>
<p>Look into the net & net/http packages and Google generic questions like </p>
<p>"Golang make TCP connection". The documentation is super useful on the net & net/http packages don't be afraid to give them a quick look over on the functions tutorials tell you to use. </p>
<p>Stick to just using the built ins for networking till you understand it than only look at external packages as ways to make your life easier on bigger code bases. Hope that helps!</p></pre>Mohammed90: <pre><p>There was a free version of the book <a href="https://www.apress.com/gp/book/9781484226919" rel="nofollow">Network Programming in Go</a>, but the free version has been deleted and only the new paid one is available.</p></pre>geetarista: <pre><p><a href="https://jannewmarch.gitbooks.io/network-programming-with-go-golang-/content/" rel="nofollow">https://jannewmarch.gitbooks.io/network-programming-with-go-golang-/content/</a></p></pre>
这是一个分享于 的资源,其中的信息可能已经有所发展或是发生改变。
入群交流(和以上内容无关):加入Go大咖交流群,或添加微信:liuxiaoyan-s 备注:入群;或加QQ群:692541889
- 请尽量让自己的回复能够对别人有帮助
- 支持 Markdown 格式, **粗体**、~~删除线~~、
`单行代码`
- 支持 @ 本站用户;支持表情(输入 : 提示),见 Emoji cheat sheet
- 图片支持拖拽、截图粘贴等方式上传