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
Meteor - A better way to build apps
Search
mstamos
April 21, 2015
Programming
0
63
Meteor - A better way to build apps
An introduction to Meteor.js
mstamos
April 21, 2015
Tweet
Share
More Decks by mstamos
See All by mstamos
Meteor Lesson #2
mstamos
0
69
Meteor Lesson #3
mstamos
0
49
Meteor Behind the Scenes
mstamos
0
40
Other Decks in Programming
See All in Programming
クライアントワークでSREをするということ。あるいは事業会社におけるSREと同じこと・違うこと
nnaka2992
1
350
AHC061解説
shun_pi
0
390
AI 開発合宿を通して得た学び
niftycorp
PRO
0
150
Linux Kernelの1文字のミスで 権限昇格ができた話
rqda
0
1.7k
Vuetify 3 → 4 何が変わった?差分と移行ポイント10分まとめ
koukimiura
0
150
「接続」—パフォーマンスチューニングの最後の一手 〜点と点を結ぶ、その一瞬のために〜
kentaroutakeda
1
420
コードレビューをしない選択 #でぃーぷらすトウキョウ
kajitack
3
1k
AI駆動開発の本音 〜Claude Code並列開発で見えたエンジニアの新しい役割〜
hisuzuya
4
520
AIコードレビューの導入・運用と AI駆動開発における「AI4QA」の取り組みについて
hagevvashi
0
500
CDIの誤解しがちな仕様とその対処TIPS
futokiyo
0
220
GoのDB アクセスにおける 「型安全」と「柔軟性」の両立 - Bob という選択肢
tak848
0
210
Claude Codeログ基盤の構築
giginet
PRO
7
3.4k
Featured
See All Featured
Design of three-dimensional binary manipulators for pick-and-place task avoiding obstacles (IECON2024)
konakalab
0
380
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
55
3.3k
The SEO Collaboration Effect
kristinabergwall1
0
400
Reality Check: Gamification 10 Years Later
codingconduct
0
2.1k
Why Our Code Smells
bkeepers
PRO
340
58k
Primal Persuasion: How to Engage the Brain for Learning That Lasts
tmiket
0
290
A Modern Web Designer's Workflow
chriscoyier
698
190k
The SEO identity crisis: Don't let AI make you average
varn
0
420
A better future with KSS
kneath
240
18k
Hiding What from Whom? A Critical Review of the History of Programming languages for Music
tomoyanonymous
2
560
Amusing Abliteration
ianozsvald
0
130
How to Grow Your eCommerce with AI & Automation
katarinadahlin
PRO
1
150
Transcript
Meteor A better way to build apps
I am... Miltos Stamos Computer Science Tutor www.meteorpoint.com www.cremala.com miltosstamos
mstamos
Cremala - My first Meteor app About the Game •
2000 words • Two game types ◦ Normal ◦ Duels • 7 Different Languages • Players can chat • Wed and Android app • Facebook/Twitter integration Tools • Javascript • Meteor • Bootstrap • Less • HTML5 Canvas • Git
My knowledge before Cremala Tools Rate of Knowledge (1-10) Javascript
Meteor Bootstrap Less HTML5 Canvas Git Cremala was built in 4 months working part time!!! 2 0 0 0 4 0
What is it? Full-stack Javascript platform for building web and
mobile apps
A full-stack platform • Node back end • Front end
framework • Real-time communications protocol • Multiplatform build system • Browser • iOS (Cordova) • Android (Cordova)
Modern Apps • Modern apps ◦ Facebook ◦ Gmail ◦
Twitter ◦ Google docs • Live updates • Collaboration • Mobile
Without Meteor • Want to develop a modern app? •
What could you use for it? • A possible solution to develop a modern app is MEAN ◦ MongoDB ◦ Express ◦ Angular ◦ Node
What Meteor Achieve • Focus on your app’s unique features
instead of wrangling network code, websockets, etc • Meteor’s Goal: Modern apps quality without big company’s money
Meteor is built for modern apps
MEAN vs Meteor
Live Code Session You can find this simple chat app
in github: https://github.com/mstamos/chatAppML
Why use Meteor? • Easy to learn • Developing with
just one language • Real-time by default • Mobile support • Smart packages • Extremely supportive community
Want to learn? •Meteor.com http://meteor.com/learn •Official Meteor tutorial http://meteor.com/install •Discover
Meteor http://book.discovermeteor.com/ •EventedMind https://www.eventedmind.com/ •Stack Overflow, tagged Meteor •Meteor Point http://www.meteorpoint.com
Questions?