An open API service indexing awesome lists of open source software.

https://github.com/mark24code/rb-master-worker-demo

Master-Worker Pattern demo by Ruby
https://github.com/mark24code/rb-master-worker-demo

design-patterns ruby

Last synced: 6 months ago
JSON representation

Master-Worker Pattern demo by Ruby

Awesome Lists containing this project

README

          

# Master Worker 模式

代码解说:

* [个人博客: 用 Ruby 讲从创业到 996 公司的故事 (戏说 master-worker 模式) ](https://mark24code.github.io/ruby/2022/07/23/%E7%94%A8ruby%E6%9D%A5%E5%86%99%E4%B8%80%E4%B8%AA996%E5%B7%A5%E5%8E%82%E6%A8%A1%E5%BC%8F(master-worker).html)
* [RubyChina 同话题讨论](https://ruby-china.org/topics/42541)
* [V2EX 同话题讨论](https://www.v2ex.com/t/868255)
* [掘金 同话题讨论](https://juejin.cn/post/7123560929555382279?share_token=f14659c8-601f-4065-a93b-d25e8628c8a0)

## 安装依赖

`bundle`

## 运行测试

`rake`