<p>I want to write something that lets me practise goroutines & channel patterns as well as something that doesn't neccessarily hit an API since I want it to be scalable by itself without running into rate limiting issues.</p>
<p>Been meaning to play with Kubernetes too so something that'd be a good usecase for scaling would be perfect.</p>
<hr/>**评论:**<br/><br/>nathankerr: <pre><p><a href="https://pocketgophers.com/concurrency-slower/">https://pocketgophers.com/concurrency-slower/</a> is an example of using concurrency for parallelism that shows how to use Go's tooling (testing, benchmarking, profiling).</p></pre>bustyLaserCannon: <pre><p>This is awesome! Thanks!</p></pre>SupersonicSpitfire: <pre><p>A circuit simulator for logic gates.</p></pre>mofirouz: <pre><p>I'm working on Nakama (<a href="https://github.com/heroiclabs/nakama" rel="nofollow">https://github.com/heroiclabs/nakama</a>) - it's an open source server for real-time, social games and apps. </p>
<p>I've worked on some parts of this to make sure that it can horizontally (and vertically) scale, both with intra-cluster communication (via CRDTs) and using external tools like Kube. Take a look, let me know what you think. </p></pre>
这是一个分享于 的资源,其中的信息可能已经有所发展或是发生改变。
入群交流(和以上内容无关):加入Go大咖交流群,或添加微信:liuxiaoyan-s 备注:入群;或加QQ群:692541889
0 回复
- 请尽量让自己的回复能够对别人有帮助
- 支持 Markdown 格式, **粗体**、~~删除线~~、
`单行代码`
- 支持 @ 本站用户;支持表情(输入 : 提示),见 Emoji cheat sheet
- 图片支持拖拽、截图粘贴等方式上传