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
62
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
48
Meteor Behind the Scenes
mstamos
0
40
Other Decks in Programming
See All in Programming
Go言語の特性を活かした公式MCP SDKの設計
hond0413
1
240
uniqueパッケージの内部実装を支えるweak pointerの話
magavel
0
1k
他言語経験者が Golangci-lint を最初のコーディングメンターにした話 / How Golangci-lint Became My First Coding Mentor: A Story from a Polyglot Programmer
uma31
0
200
Devoxx BE - Local Development in the AI Era
kdubois
0
130
Catch Up: Go Style Guide Update
andpad
0
230
アメ車でサンノゼを走ってきたよ!
s_shimotori
0
230
Swift Concurrency - 状態監視の罠
objectiveaudio
2
540
Goで実践するドメイン駆動開発 AIと歩み始めた新規プロダクト開発の現在地
imkaoru
4
860
Go言語はstack overflowの夢を見るか?
logica0419
0
380
私達はmodernize packageに夢を見るか feat. go/analysis, go/ast / Go Conference 2025
kaorumuta
2
600
実践Claude Code:20の失敗から学ぶAIペアプログラミング
takedatakashi
15
5.6k
PHPに関数型の魂を宿す〜PHP 8.5 で実現する堅牢なコードとは〜 #phpcon_hiroshima / phpcon-hiroshima-2025
shogogg
1
260
Featured
See All Featured
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
10
600
Context Engineering - Making Every Token Count
addyosmani
7
260
Building Better People: How to give real-time feedback that sticks.
wjessup
369
20k
Writing Fast Ruby
sferik
629
62k
Music & Morning Musume
bryan
46
6.8k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
52
5.6k
Principles of Awesome APIs and How to Build Them.
keavy
127
17k
Docker and Python
trallard
46
3.6k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
3.1k
We Have a Design System, Now What?
morganepeng
53
7.8k
Designing for humans not robots
tammielis
254
26k
Imperfection Machines: The Place of Print at Facebook
scottboms
269
13k
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?