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
72
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
880
How to write CPU optimized Meteor apps
arunoda
3
86
Newer way to notify customer about features
arunoda
1
66
Other Decks in Programming
See All in Programming
XStateを用いた堅牢なReact Components設計~複雑なClient Stateをシンプルに~ @React Tokyo ミートアップ #2
kfurusho
1
770
ASP. NET CoreにおけるWebAPIの最新情報
tomokusaba
0
360
ファインディの テックブログ爆誕までの軌跡
starfish719
2
1.1k
テストをしないQAエンジニアは何をしているか?
nealle
0
130
Kubernetes History Inspector(KHI)を触ってみた
bells17
0
200
富山発の個人開発サービスで日本中の学校の業務を改善した話
krpk1900
4
370
社内フレームワークとその依存性解決 / in-house framework and its dependency management
vvakame
1
550
Honoとフロントエンドの 型安全性について
yodaka
4
250
法律の脱レガシーに学ぶフロントエンド刷新
oguemon
5
730
さいきょうのレイヤードアーキテクチャについて考えてみた
yahiru
3
730
AWS Lambda functions with C# 用の Dev Container Template を作ってみた件
mappie_kochi
0
240
Formの複雑さに立ち向かう
bmthd
1
720
Featured
See All Featured
Building Adaptive Systems
keathley
40
2.4k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
31
2.1k
Navigating Team Friction
lara
183
15k
4 Signs Your Business is Dying
shpigford
182
22k
Being A Developer After 40
akosma
89
590k
Documentation Writing (for coders)
carmenintech
67
4.6k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
47
5.2k
Become a Pro
speakerdeck
PRO
26
5.1k
Practical Orchestrator
shlominoach
186
10k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
29
1k
Statistics for Hackers
jakevdp
797
220k
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
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