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
Make Mine Meteor - Real Time Applications, Hype...
Search
Shaun D
September 12, 2014
Programming
1
89
Make Mine Meteor - Real Time Applications, Hyperspeed Time
An introduction to Meteor.js for DesignerFiesta 2014
Shaun D
September 12, 2014
Tweet
Share
More Decks by Shaun D
See All by Shaun D
The Open Metaverse - Front End Kent
shaunix
0
56
The Open Metaverse - Reactivate London
shaunix
1
80
The Open Metaverse - Fullstack Bytes
shaunix
0
130
In Your Face : WebVR
shaunix
0
93
This is for Everyone
shaunix
0
670
A11Y & React : This is for Everyone
shaunix
1
180
Grunt your way to Glory - SideView 2013
shaunix
3
260
Grunt your way to Glory : LDNJS - 15th July 2013
shaunix
3
170
Grunt you way to Glory : LNUG MAY
shaunix
4
320
Other Decks in Programming
See All in Programming
KessokuでDIでもgoroutineを活用する / Go Connect #6
mazrean
0
140
OSS開発者という働き方
andpad
5
1.7k
Microsoft Orleans, Daprのアクターモデルを使い効率的に開発、デプロイを行うためのSekibanの試行錯誤 / Sekiban: Exploring Efficient Development and Deployment with Microsoft Orleans and Dapr Actor Models
tomohisa
0
230
Kiroの仕様駆動開発から見えてきたAIコーディングとの正しい付き合い方
clshinji
1
200
ソフトウェアテスト徹底指南書の紹介
goyoki
1
140
250830 IaCの選定~AWS SAMのLambdaをECSに乗り換えたときの備忘録~
east_takumi
0
370
兎に角、コードレビュー
mitohato14
0
170
「手軽で便利」に潜む罠。 Popover API を WCAG 2.2の視点で安全に使うには
taitotnk
0
590
Laravel Boost 超入門
fire_arlo
2
190
Google I/O recap web編 大分Web祭り2025
kponda
0
2.9k
Ruby×iOSアプリ開発 ~共に歩んだエコシステムの物語~
temoki
0
200
Kiroで始めるAI-DLC
kaonash
2
520
Featured
See All Featured
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
46
7.6k
Practical Orchestrator
shlominoach
190
11k
The Cult of Friendly URLs
andyhume
79
6.6k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
48
9.7k
Optimizing for Happiness
mojombo
379
70k
Why You Should Never Use an ORM
jnunemaker
PRO
59
9.5k
[RailsConf 2023] Rails as a piece of cake
palkan
56
5.8k
Stop Working from a Prison Cell
hatefulcrawdad
271
21k
Java REST API Framework Comparison - PWX 2021
mraible
33
8.8k
Music & Morning Musume
bryan
46
6.8k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
3k
Producing Creativity
orderedlist
PRO
347
40k
Transcript
MAKE MINE METEOR REAL TIME APPLICATIONS IN HYPERSPEED TIME @shaundunne
— DesignerFiesta 2014
I 3 < CODE
WTF is METEOR?
None
None
None
None
None
None
DEMOS
blackboard.meteor.com http://flickpals.com/ http://mathfights.com/ more at http://madewith.meteor.com/
curl https://install.meteor.com | /bin/sh meteor create awesome-‐app cd awesome-‐app meteor
7 Principles Data on the Wire One Language Database Everywhere
Latency Compensation Full stack reactivity Embrace the ecosystem
None
None
var message = 'Hello world'; ! if (Meteor.isClient) {
console.log(message); // Hello world } ! if (Meteor.isServer) { console.log(message); // Hello world }
None
var Crew = new Meteor.Collection('crew'); ! Crew.insert({name: 'Jean-‐Luc'})
None
None
https://atmospherejs.com/
None
CODE
https://github.com/meteor-‐velocity/velocity https://github.com/arunoda/laika
meteor deploy awesome-‐app awesome-‐app.meteor.com
None
https://github.com/arunoda/meteor-up
None
None
http://illustreets.co.uk/
https://scoutzie.com/
https://respond.ly/
https://prisma.codeadventure.com/beta
Crater.io ! /r/meteor ! https://meteorhacks.com/ ! https://meteorhacks.com/meteor-‐weekly/
! https://www.youtube.com/user/MeteorVideos ! https://www.discovermeteor.com ! https://github.com/oortcloud/unofficial-‐meteor-‐faq
@niceagency
@shaundunne www.shaundunne.com