Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Loose Coupling with Message Queue / Bus (the sh...
Search
Makara Wang
April 20, 2013
Programming
1
92
Loose Coupling with Message Queue / Bus (the short version)
Makara Wang
April 20, 2013
Tweet
Share
More Decks by Makara Wang
See All by Makara Wang
Code Reuse in Node.js (the short version)
makara
0
80
Asynchronous JS with Promise (+ Workshop)
makara
0
82
Asynchronous JS with Promise
makara
2
150
Other Decks in Programming
See All in Programming
AIコーディングエージェント全社導入とセキュリティ対策
hikaruegashira
15
9.3k
React は次の10年を生き残れるか:3つのトレンドから考える
oukayuka
41
16k
抽象化という思考のツール - 理解と活用 - / Abstraction-as-a-Tool-for-Thinking
shin1x1
1
920
React 使いじゃなくても知っておきたい教養としての React
oukayuka
18
5.2k
Strands Agents で実現する名刺解析アーキテクチャ
omiya0555
1
110
Understanding Kotlin Multiplatform
l2hyunwoo
0
250
SwiftでMCPサーバーを作ろう!
giginet
PRO
2
220
Claude Code派?Gemini CLI派? みんなで比較LT会!_20250716
junholee
1
790
What's new in Adaptive Android development
fornewid
0
130
Vibe coding コードレビュー
kinopeee
0
400
Reactの歴史を振り返る
tutinoko
1
170
AI Agent 時代のソフトウェア開発を支える AWS Cloud Development Kit (CDK)
konokenj
6
1k
Featured
See All Featured
Rebuilding a faster, lazier Slack
samanthasiow
83
9.1k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
3k
Done Done
chrislema
185
16k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
357
30k
Site-Speed That Sticks
csswizardry
10
750
Navigating Team Friction
lara
188
15k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
Become a Pro
speakerdeck
PRO
29
5.5k
Adopting Sorbet at Scale
ufuk
77
9.5k
Large-scale JavaScript Application Architecture
addyosmani
512
110k
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
26k
Transcript
Loose Coupling with Message Queue / Bus (the short version)
⺩王浩宇 Makara Wang
[email protected]
2013.04.20
Assuming you know... Message Queue / Bus Pub / Sub,
Push / Pull, Req / Rep, ... Socket
Typically... Req Session(Auth) Data CRUD Log Res ...
Becomes... Req Session(Auth) Data CRUD Log ... MQ Res Res
Going crazy... Req Session(Auth) Model CRUD Log ... MQ Res
Even MORE... Req MQ MQ MQ ...
Don’t ask me why...
Thanks!