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
61
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
68
Meteor Lesson #3
mstamos
0
46
Meteor Behind the Scenes
mstamos
0
38
Other Decks in Programming
See All in Programming
来たるべき 8.0 に備えて React 19 新機能と React Router 固有機能の取捨選択とすり合わせを考える
oukayuka
2
920
10 Costly Database Performance Mistakes (And How To Fix Them)
andyatkinson
0
250
Quand Symfony, ApiPlatform, OpenAI et LangChain s'allient pour exploiter vos PDF : de la théorie à la production…
ahmedbhs123
0
170
dbt民主化とLLMによる開発ブースト ~ AI Readyな分析サイクルを目指して ~
yoshyum
3
910
設計やレビューに悩んでいるPHPerに贈る、クリーンなオブジェクト設計の指針たち
panda_program
6
2k
Systèmes distribués, pour le meilleur et pour le pire - BreizhCamp 2025 - Conférence
slecache
0
120
#QiitaBash MCPのセキュリティ
ryosukedtomita
1
1k
20250628_非エンジニアがバイブコーディングしてみた
ponponmikankan
0
670
PicoRuby on Rails
makicamel
2
130
猫と暮らす Google Nest Cam生活🐈 / WebRTC with Google Nest Cam
yutailang0119
0
110
地方に住むエンジニアの残酷な現実とキャリア論
ichimichi
5
1.5k
効率的な開発手段として VRTを活用する
ishkawa
0
130
Featured
See All Featured
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.4k
Mobile First: as difficult as doing things right
swwweet
223
9.7k
StorybookのUI Testing Handbookを読んだ
zakiyama
30
5.9k
Reflections from 52 weeks, 52 projects
jeffersonlam
351
20k
GraphQLとの向き合い方2022年版
quramy
49
14k
The Invisible Side of Design
smashingmag
301
51k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
18
960
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
32
2.4k
Intergalactic Javascript Robots from Outer Space
tanoku
271
27k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
3.9k
Code Review Best Practice
trishagee
69
18k
Building a Modern Day E-commerce SEO Strategy
aleyda
42
7.4k
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?