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
95
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
71
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
200
Scaling a Meteor Cluster
arunoda
0
250
Microservices and Meteor
arunoda
0
880
How to write CPU optimized Meteor apps
arunoda
3
86
Newer way to notify customer about features
arunoda
1
65
Other Decks in Programming
See All in Programming
Realtime API 入門
riofujimon
0
150
Flutterを言い訳にしない!アプリの使い心地改善テクニック5選🔥
kno3a87
1
210
Djangoの開発環境で工夫したこと - pre-commit / DevContainer
hiroki_yod
1
130
みんなでプロポーザルを書いてみた
yuriko1211
0
280
Pinia Colada が実現するスマートな非同期処理
naokihaba
4
230
AWS Lambdaから始まった Serverlessの「熱」とキャリアパス / It started with AWS Lambda Serverless “fever” and career path
seike460
PRO
1
260
イマのCSSでできる インタラクション最前線 + CSS最新情報
clockmaker
4
1.9k
Click-free releases & the making of a CLI app
oheyadam
2
120
flutterkaigi_2024.pdf
kyoheig3
0
160
Contemporary Test Cases
maaretp
0
140
色々なIaCツールを実際に触って比較してみる
iriikeita
0
340
Functional Event Sourcing using Sekiban
tomohisa
0
110
Featured
See All Featured
Making the Leap to Tech Lead
cromwellryan
133
8.9k
Git: the NoSQL Database
bkeepers
PRO
427
64k
Scaling GitHub
holman
458
140k
The Straight Up "How To Draw Better" Workshop
denniskardys
232
140k
A designer walks into a library…
pauljervisheath
204
24k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
44
2.2k
Keith and Marios Guide to Fast Websites
keithpitt
409
22k
Stop Working from a Prison Cell
hatefulcrawdad
267
20k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
93
16k
Designing for Performance
lara
604
68k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
131
33k
The Language of Interfaces
destraynor
154
24k
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