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
Le côté obscur des IA génératives
pascallemerrer
0
150
What's new in Spring Modulith?
olivergierke
1
160
詳しくない分野でのVibe Codingで困ったことと学び/vibe-coding-in-unfamiliar-area
shibayu36
3
5.1k
登壇は dynamic! な営みである / speech is dynamic
da1chi
0
350
アメ車でサンノゼを走ってきたよ!
s_shimotori
0
230
ALL CODE BASE ARE BELONG TO STUDY
uzulla
25
6.3k
Go Conference 2025: Goで体感するMultipath TCP ― Go 1.24 時代の MPTCP Listener を理解する
takehaya
9
1.7k
Flutterで分数(Fraction)を表示する方法
koukimiura
0
130
大規模アプリのDIフレームワーク刷新戦略 ~過去最大規模の並行開発を止めずにアプリ全体に導入するまで~
mot_techtalk
1
470
非同期jobをtransaction内で 呼ぶなよ!絶対に呼ぶなよ!
alstrocrack
0
990
CSC509 Lecture 03
javiergs
PRO
0
340
CSC305 Lecture 04
javiergs
PRO
0
270
Featured
See All Featured
Building Flexible Design Systems
yeseniaperezcruz
329
39k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
508
140k
How GitHub (no longer) Works
holman
315
140k
What's in a price? How to price your products and services
michaelherold
246
12k
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
33
2.5k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
9
910
The Invisible Side of Design
smashingmag
302
51k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
16
1.7k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
The World Runs on Bad Software
bkeepers
PRO
72
11k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
35
6.1k
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?