any discourse-like forum (in Go) ?

agolangf · · 652 次点击    
这是一个分享于 的资源,其中的信息可能已经有所发展或是发生改变。
<p>hi there,</p> <p>I am looking for a discourse-like forum, in Go. Does anybody know of such a thing?</p> <p>Interestingly, reading the <a href="https://blog.golang.org/hello-china">https://blog.golang.org/hello-china</a> post, I stumbled upon:</p> <ul> <li><a href="https://gocn.io">https://gocn.io</a></li> </ul> <p>which <em>could</em> be just what I am looking for, but there are no link to any github repo... :}</p> <hr/>**评论:**<br/><br/>Southclaws: <pre><p>I was considering writing a backend/frontend/REST-ish architecture forum in Go and React+TypeScript, as far as I know there are no large scale forums with a Go backend that are similar to Discourse.</p> <p>Knowing there&#39;s interest in this, I may start soon and I&#39;ll post to this sub when I do!</p></pre>Redundancy_: <pre><p>It&#39;s something that I&#39;ve considered in the past too - I haven&#39;t been particularly impressed with some technical aspects of Discourse (iirc, how they deal with containers and db updates at the time).</p> <p>A forums-as-microservice application that can scale, run on kubernetes and perhaps be globally distributed (cassandra/dynamodb?) would be cool, as well as decoupling the presentation from the API and using some stuff like webcomponents (to throw out a laundry list of things that don&#39;t necessarily have end-user value).</p></pre>tsdtsdtsd: <pre><p>About gocn.io: I found a link in its source, looks like a service <a href="http://www.wecenter.com/" rel="nofollow">http://www.wecenter.com/</a></p></pre>sbinet: <pre><p>hum... digging through the forum a bit (and using google translate), I grabbed:</p> <ul> <li><a href="https://github.com/shen100/golang123" rel="nofollow">https://github.com/shen100/golang123</a></li> <li><a href="https://github.com/huacnlee/mediom" rel="nofollow">https://github.com/huacnlee/mediom</a></li> </ul></pre>good-morning-captain: <pre><p>I wrote a simple forum web app in go. It&#39;s nowhere near discourse though... <a href="https://github.com/disintegration/bebop" rel="nofollow">https://github.com/disintegration/bebop</a></p></pre>tv64738: <pre><p>Cataloging not endorsing:</p> <ul> <li><a href="https://github.com/disintegration/bebop" rel="nofollow">https://github.com/disintegration/bebop</a></li> <li><a href="https://github.com/carbocation/go.forum" rel="nofollow">https://github.com/carbocation/go.forum</a></li> </ul></pre>

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

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