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
奥深くて厄介な「改行」と仲良くなる20分
oguemon
1
560
JSONataを使ってみよう Step Functionsが楽しくなる実践テクニック #devio2025
dafujii
1
590
print("Hello, World")
eddie
2
530
パッケージ設計の黒魔術/Kyoto.go#63
lufia
3
440
AIコーディングAgentとの向き合い方
eycjur
0
280
はじめてのMaterial3 Expressive
ym223
2
880
ぬるぬる動かせ! Riveでアニメーション実装🐾
kno3a87
1
230
Oracle Database Technology Night 92 Database Connection control FAN-AC
oracle4engineer
PRO
1
460
請來的 AI Agent 同事們在寫程式時,怎麼用 pytest 去除各種幻想與盲點
keitheis
0
120
250830 IaCの選定~AWS SAMのLambdaをECSに乗り換えたときの備忘録~
east_takumi
0
400
AIでLINEスタンプを作ってみた
eycjur
1
230
デザイナーが Androidエンジニアに 挑戦してみた
874wokiite
0
540
Featured
See All Featured
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
Context Engineering - Making Every Token Count
addyosmani
3
55
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
35
3.1k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
333
22k
Docker and Python
trallard
46
3.6k
Building Applications with DynamoDB
mza
96
6.6k
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
The Straight Up "How To Draw Better" Workshop
denniskardys
236
140k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
29
1.9k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
358
30k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
229
22k
Stop Working from a Prison Cell
hatefulcrawdad
271
21k
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?