Need some project ideas to play with concurrency & scale

agolangf · · 423 次点击    
这是一个分享于 的资源,其中的信息可能已经有所发展或是发生改变。
<p>I want to write something that lets me practise goroutines &amp; channel patterns as well as something that doesn&#39;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&#39;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&#39;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&#39;m working on Nakama (<a href="https://github.com/heroiclabs/nakama" rel="nofollow">https://github.com/heroiclabs/nakama</a>) - it&#39;s an open source server for real-time, social games and apps. </p> <p>I&#39;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

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