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
Introduction to Meteor
Search
arunoda
November 04, 2014
Programming
1
98
Introduction to Meteor
A simple introduction to Meteor. Presented at the Meteor Day Mumbai (November 2)
arunoda
November 04, 2014
Tweet
Share
More Decks by arunoda
See All by arunoda
How JavaScript Works
arunoda
1
76
Meteor & Container (by Justin from MDG)
arunoda
0
110
Tour De Docker - Meteorhacks Show 2015 May
arunoda
1
160
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
Microservices and Meteor
arunoda
0
890
How to write CPU optimized Meteor apps
arunoda
3
88
Newer way to notify customer about features
arunoda
1
70
Other Decks in Programming
See All in Programming
2025 年のコーディングエージェントの現在地とエンジニアの仕事の変化について
azukiazusa1
24
12k
そのAPI、誰のため? Androidライブラリ設計における利用者目線の実践テクニック
mkeeda
2
1.8k
Android 16 × Jetpack Composeで縦書きテキストエディタを作ろう / Vertical Text Editor with Compose on Android 16
cc4966
2
260
アプリの "かわいい" を支えるアニメーションツールRiveについて
uetyo
0
270
私の後悔をAWS DMSで解決した話
hiramax
4
210
AIコーディングAgentとの向き合い方
eycjur
0
280
1から理解するWeb Push
dora1998
7
1.9k
Azure SRE Agentで運用は楽になるのか?
kkamegawa
0
2.4k
さようなら Date。 ようこそTemporal! 3年間先行利用して得られた知見の共有
8beeeaaat
3
1.5k
Android端末で実現するオンデバイスLLM 2025
masayukisuda
1
170
より安全で効率的な Go コードへ: Protocol Buffers Opaque API の導入
shwatanap
1
340
テストコードはもう書かない:JetBrains AI Assistantに委ねる非同期処理のテスト自動設計・生成
makun
0
420
Featured
See All Featured
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
139
34k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
35
3.1k
VelocityConf: Rendering Performance Case Studies
addyosmani
332
24k
Visualization
eitanlees
148
16k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
BBQ
matthewcrist
89
9.8k
Automating Front-end Workflow
addyosmani
1370
200k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
358
30k
Designing for Performance
lara
610
69k
Embracing the Ebb and Flow
colly
87
4.8k
Optimizing for Happiness
mojombo
379
70k
Fireside Chat
paigeccino
39
3.6k
Transcript
None
Me Arunoda from MeteorHacks
None
What’s Meteor
Let’s Build an App • Choose a backend • Choose
a DB • Choose frontend • Use gulp or grunt • Need realtime? • Need to do authentication? • Need to do deploy? • Need to create a mobile app?
Meteor - Easy Setup
Meteor - Realtime It’s built into the framework Publish /
Subscribe
Meteor - Authentication meteor add accounts-facebook
Meteor - Deploy meteor deploy hello-world
Meteor - Deploy use Meteor Up
Meteor - Deploy use modulus.io
Meteor - Mobile Support meteor add-platform ios
Meteor - Packages meteor add iron:router
Meteor - Learn Discover Meteor
Meteor - Performance Kadira
Meteor - News Meteor Weekly crater.io Meteor Daily
Meteor - Disucssions StackOverflow Meteor Talk Kadira Hub Meteor Core
#meteor IRC
Meteor - More meteorhacks.com meteorhelp.com
Thank You @arunoda