Developing API backend in Go

blov · · 547 次点击    
这是一个分享于 的资源,其中的信息可能已经有所发展或是发生改变。
<p>I&#39;m just getting started with Go, looking for good open source projects using Go for API backend (with database). Not really looking to dive into frameworks right now, something with just standard library would be great. Any links to tutorial(s) would also be great.</p> <hr/>**评论:**<br/><br/>Oprbaf: <pre><p>I really liked this one. He walks you through his codebase and explains whats going on. <a href="http://www.alexedwards.net/blog/practical-persistence-sql">http://www.alexedwards.net/blog/practical-persistence-sql</a></p></pre>455_dsf_-4: <pre><p><a href="http://dave.cheney.net/resources-for-new-go-programmers">http://dave.cheney.net/resources-for-new-go-programmers</a></p></pre>jwcrux: <pre><p>You&#39;re free to take a look at a project I&#39;m working on: <a href="https://github.com/jordan-wright/gophish" rel="nofollow">https://github.com/jordan-wright/gophish</a></p></pre>flashM: <pre><p>This really helped me the other day - thanks. It&#39;s nice to see how someone who knows what they&#39;re doing would structure a project. For instance I was banging my head against a wall trying to have two routers. One look at your routes file and the mist cleared...</p></pre>jwcrux: <pre><p>I would say &#34;someone who knows what they&#39;re doing&#34;. More like someone who&#39;s learned the hard way trying everything else and asking a ton of questions :)</p> <p>Happy to help though. Hit me up if you run into any other issues. We only get better by working together!</p></pre>chowychow: <pre><p>Just saw this on Google Tech Talks channel: Writing JSON REST APIs in Go (Go from A to Z — Zürich Gophers Meetup) - <a href="https://www.youtube.com/watch?v=2rHgpx2gClk" rel="nofollow">https://www.youtube.com/watch?v=2rHgpx2gClk</a></p></pre>ChasingLogic: <pre><p>This is my current project, using Mongo so not sure if that&#39;s database-y enough</p> <p><a href="http://github.com/chasinglogic/cardinal" rel="nofollow">http://github.com/chasinglogic/cardinal</a></p></pre>icelem: <pre><p>I myself just recently started learning Go and found this tutorial on making APIs very interesting <a href="http://thenewstack.io/make-a-restful-json-api-go" rel="nofollow">http://thenewstack.io/make-a-restful-json-api-go</a></p></pre>baldrailers: <pre><p>A couple of links:</p> <p><a href="http://thenewstack.io/make-a-restful-json-api-go/" rel="nofollow">http://thenewstack.io/make-a-restful-json-api-go/</a> <a href="https://www.nicolasmerouze.com/build-web-framework-golang/" rel="nofollow">https://www.nicolasmerouze.com/build-web-framework-golang/</a> <a href="http://modocache.io/restful-go" rel="nofollow">http://modocache.io/restful-go</a></p></pre>

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

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