which active golang webdev tools/package has the best English documentation?

polaris · · 796 次点击    
这是一个分享于 的资源,其中的信息可能已经有所发展或是发生改变。
<p>Hi,</p> <p>I am a sysadmin by trade who is trying to develop a website for a startup idea. I started with beego and kinda like it, but when I get to something I do not know how to do(currently sessions) the docs seem to not help me much. What are the alternatives out there that are active and that explain things better? or should I just go with dejango/python? I like golang and dont want to switch, but I really need to start making progress on this again.</p> <p>Thanks,</p> <p>M</p> <hr/>**评论:**<br/><br/>jamra06: <pre><p>If you want to go easy, I like gorilla. It&#39;s easy. It&#39;ll give you secure cookies, which will let you write your own authentication. From that point forward, lean on the standard library. </p> <p>If you delve deep into someone else&#39;s framework, you&#39;ll hit a wall at some point just like you did with beego. </p> <p>If you&#39;re into Go because you like it as a language, take the time to learn its ins and outs. If you want to make progress on an idea you already have, just use django. You can always rewrite it after you have your proof of concept.</p></pre>kadema: <pre><p>I also started with beego and find it relatively easy now. What I did is I downloaded beego projects from Github and read the source. It was immensely helpful considering I am learning Go at the same time.</p></pre>ms4720: <pre><p>Thanks, will look into that</p></pre>FIuffyRabbit: <pre><p><a href="https://github.com/avelino/awesome-go" rel="nofollow">https://github.com/avelino/awesome-go</a></p></pre>

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

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