Networking with Golang

agolangf · · 462 次点击    
这是一个分享于 的资源,其中的信息可能已经有所发展或是发生改变。
<p>I am taking a course on Networking and I am going to be required to submit assignments in C, but I know that Golang is also used for network programming. Do any of you have any resources I could use for learning network programming in Go? </p> <hr/>**评论:**<br/><br/>nanxiao: <pre><p><a href="https://www.gitbook.com/book/jannewmarch/network-programming-with-go-golang-/details" rel="nofollow">Network Programming with Go (golang)</a>.</p></pre>AnimalMachine: <pre><p>Learning how to do the networking code via straight sockets in C will allow you to understand the basics of how things work ... creating sockets, listening, accepting, dns resolving, etc...</p> <p>From there, the abstractions in <code>net</code> will make more sense. The <a href="https://golang.org/pkg/net/" rel="nofollow">doc page for net</a> will give code snippets and it really sorta is that easy at the basic level.</p> <p>Past that, you&#39;d need to specify some goals in order to target the learning material better.</p></pre>thepciet: <pre><p><a href="https://golang.org/pkg/net/" rel="nofollow">https://golang.org/pkg/net/</a></p></pre>tv64738: <pre><p><a href="https://whispering-gophers.appspot.com/talk.slide#1" rel="nofollow">https://whispering-gophers.appspot.com/talk.slide#1</a></p></pre>

入群交流(和以上内容无关):加入Go大咖交流群,或添加微信:liuxiaoyan-s 备注:入群;或加QQ群:692541889

462 次点击  
加入收藏 微博
0 回复
暂无回复
添加一条新回复 (您需要 登录 后才能回复 没有账号 ?)
  • 请尽量让自己的回复能够对别人有帮助
  • 支持 Markdown 格式, **粗体**、~~删除线~~、`单行代码`
  • 支持 @ 本站用户;支持表情(输入 : 提示),见 Emoji cheat sheet
  • 图片支持拖拽、截图粘贴等方式上传