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
97
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
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
Microservices and Meteor
arunoda
0
890
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
5つのアンチパターンから学ぶLT設計
narihara
1
170
RailsGirls IZUMO スポンサーLT
16bitidol
0
190
PicoRuby on Rails
makicamel
2
130
Code as Context 〜 1にコードで 2にリンタ 34がなくて 5にルール? 〜
yodakeisuke
0
130
Team operations that are not burdened by SRE
kazatohiei
1
310
iOS 26にアップデートすると実機でのHot Reloadができない?
umigishiaoi
0
130
プロダクト志向なエンジニアがもう一歩先の価値を目指すために意識したこと
nealle
0
130
おやつのお供はお決まりですか?@WWDC25 Recap -Japan-\(region).swift
shingangan
0
140
git worktree × Claude Code × MCP ~生成AI時代の並列開発フロー~
hisuzuya
1
570
LT 2025-06-30: プロダクトエンジニアの役割
yamamotok
0
770
「テストは愚直&&網羅的に書くほどよい」という誤解 / Test Smarter, Not Harder
munetoshi
0
170
Deep Dive into ~/.claude/projects
hiragram
14
2.6k
Featured
See All Featured
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
10
960
Raft: Consensus for Rubyists
vanstee
140
7k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
29
1.8k
Imperfection Machines: The Place of Print at Facebook
scottboms
267
13k
Stop Working from a Prison Cell
hatefulcrawdad
271
21k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
48
2.9k
Optimizing for Happiness
mojombo
379
70k
Code Review Best Practice
trishagee
69
19k
Designing Experiences People Love
moore
142
24k
Visualization
eitanlees
146
16k
GraphQLとの向き合い方2022年版
quramy
49
14k
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