<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's interest in this, I may start soon and I'll post to this sub when I do!</p></pre>Redundancy_: <pre><p>It's something that I've considered in the past too - I haven'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'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'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
0 回复
- 请尽量让自己的回复能够对别人有帮助
- 支持 Markdown 格式, **粗体**、~~删除线~~、
`单行代码`
- 支持 @ 本站用户;支持表情(输入 : 提示),见 Emoji cheat sheet
- 图片支持拖拽、截图粘贴等方式上传