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
Microservices and Meteor
Search
arunoda
February 02, 2015
Programming
0
890
Microservices and Meteor
How to use Microservices architecture with Meteor.
arunoda
February 02, 2015
Tweet
Share
More Decks by arunoda
See All by arunoda
How JavaScript Works
arunoda
1
73
Meteor & Container (by Justin from MDG)
arunoda
0
110
Tour De Docker - Meteorhacks Show 2015 May
arunoda
1
150
Performance Optimization Tips for Meteor
arunoda
0
300
Introduction to Flow - UI Architecture for Meteor
arunoda
1
210
Scaling a Meteor Cluster
arunoda
0
250
Introduction to Meteor
arunoda
1
97
How to write CPU optimized Meteor apps
arunoda
3
87
Newer way to notify customer about features
arunoda
1
69
Other Decks in Programming
See All in Programming
Systèmes distribués, pour le meilleur et pour le pire - BreizhCamp 2025 - Conférence
slecache
0
120
AIプログラマーDevinは PHPerの夢を見るか?
shinyasaita
1
230
#QiitaBash MCPのセキュリティ
ryosukedtomita
1
1.4k
Code as Context 〜 1にコードで 2にリンタ 34がなくて 5にルール? 〜
yodakeisuke
0
130
効率的な開発手段として VRTを活用する
ishkawa
0
140
なんとなくわかった気になるブロックテーマ入門/contents.nagoya 2025 6.28
chiilog
1
270
プロダクト志向なエンジニアがもう一歩先の価値を目指すために意識したこと
nealle
0
130
AI コーディングエージェントの時代へ:JetBrains が描く開発の未来
masaruhr
1
170
地方に住むエンジニアの残酷な現実とキャリア論
ichimichi
5
1.6k
LT 2025-06-30: プロダクトエンジニアの役割
yamamotok
0
770
Blazing Fast UI Development with Compose Hot Reload (droidcon New York 2025)
zsmb
1
300
git worktree × Claude Code × MCP ~生成AI時代の並列開発フロー~
hisuzuya
1
580
Featured
See All Featured
A designer walks into a library…
pauljervisheath
207
24k
Large-scale JavaScript Application Architecture
addyosmani
512
110k
Building a Scalable Design System with Sketch
lauravandoore
462
33k
Faster Mobile Websites
deanohume
307
31k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
331
22k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
How GitHub (no longer) Works
holman
314
140k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
138
34k
Java REST API Framework Comparison - PWX 2021
mraible
31
8.7k
The Language of Interfaces
destraynor
158
25k
Making Projects Easy
brettharned
116
6.3k
Fantastic passwords and where to find them - at NoRuKo
philnash
51
3.3k
Transcript
Microservices with Meteor @meteorhacks using meteorhacks:cluster
Monolithic App ui.kadira.io data receiving alerts aggregations web
Issues with Monolithic apps hard to scale hard to manage
the codebase issues in access control
With Microservices ui.kadira.io data receiving alerts aggregations web
Microservices ~= SOA
None
Issues with microservices book keeping of these services a lot
of services to deploy
Why it’s getting popular now? Low cost hosting solutions Technologies
like docker Easy to use service discovery solutions Better languages and frameworks
Meteor and Microservices
Cluster’s role + load balancing, failovers
Demo
Future of Meteor Write tiny services Deploy with with Galaxy
(or similar too) Talk to services using DDP (using similar) Third party DDP APIs: (Mailchimp, Loggly)
Microservices at Kadira We moved some services into cluster We
are moving others soon We might also write a Go DDP Server
BulletProof Meteor http://goo.gl/i3UkPl
Thank You!