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
83
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
50
The Open Metaverse - Reactivate London
shaunix
1
74
The Open Metaverse - Fullstack Bytes
shaunix
0
120
In Your Face : WebVR
shaunix
0
82
This is for Everyone
shaunix
0
660
A11Y & React : This is for Everyone
shaunix
1
170
Grunt your way to Glory - SideView 2013
shaunix
3
250
Grunt your way to Glory : LDNJS - 15th July 2013
shaunix
3
160
Grunt you way to Glory : LNUG MAY
shaunix
4
320
Other Decks in Programming
See All in Programming
GCCのプラグインを作る / I Made a GCC Plugin
shouth
1
160
Generative AI Use Cases JP (略称:GenU)奮闘記
hideg
0
190
弊社の「意識チョット低いアーキテクチャ」10選
texmeijin
5
24k
とにかくAWS GameDay!AWSは世界の共通言語! / Anyway, AWS GameDay! AWS is the world's lingua franca!
seike460
PRO
1
780
Snowflake x dbtで作るセキュアでアジャイルなデータ基盤
tsoshiro
2
500
LLM生成文章の精度評価自動化とプロンプトチューニングの効率化について
layerx
PRO
2
170
みんなでプロポーザルを書いてみた
yuriko1211
0
190
3rd party scriptでもReactを使いたい! Preact + Reactのハイブリッド開発
righttouch
PRO
1
590
Googleのテストサイズを活用したテスト環境の構築
toms74209200
0
300
[PyCon Korea 2024 Keynote] 커뮤니티와 파이썬, 그리고 우리
beomi
0
120
NSOutlineView何もわからん:( 前編 / I Don't Understand About NSOutlineView :( Pt. 1
usagimaru
0
290
僕がつくった48個のWebサービス達
yusukebe
20
17k
Featured
See All Featured
Making the Leap to Tech Lead
cromwellryan
133
8.9k
Fantastic passwords and where to find them - at NoRuKo
philnash
50
2.9k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
48k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
26
1.4k
Practical Orchestrator
shlominoach
186
10k
GraphQLの誤解/rethinking-graphql
sonatard
67
10k
Producing Creativity
orderedlist
PRO
341
39k
The Cult of Friendly URLs
andyhume
78
6k
jQuery: Nuts, Bolts and Bling
dougneiner
61
7.5k
Building Better People: How to give real-time feedback that sticks.
wjessup
364
19k
How to train your dragon (web standard)
notwaldorf
88
5.7k
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