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
51
The Open Metaverse - Reactivate London
shaunix
1
74
The Open Metaverse - Fullstack Bytes
shaunix
0
120
In Your Face : WebVR
shaunix
0
83
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
Domain-Driven Transformation
hschwentner
2
1.9k
XStateを用いた堅牢なReact Components設計~複雑なClient Stateをシンプルに~ @React Tokyo ミートアップ #2
kfurusho
1
770
いりゃあせ、PHPカンファレンス名古屋2025 / Welcome to PHP Conference Nagoya 2025
ttskch
1
270
Lottieアニメーションをカスタマイズしてみた
tahia910
0
120
Rails アプリ地図考 Flush Cut
makicamel
1
110
Ruby on cygwin 2025-02
fd0
0
140
2024年のWebフロントエンドのふりかえりと2025年
sakito
1
230
個人アプリを2年ぶりにアプデしたから褒めて / I just updated my personal app, praise me!
lovee
0
340
Kanzawa.rbのLT大会を支える技術の裏側を変更する Ruby on Rails + Litestream 編
muryoimpl
0
220
AWSマネコンに複数のアカウントで入れるようになりました
yuhta28
2
160
知られざるDMMデータエンジニアの生態 〜かつてツチノコと呼ばれし者〜
takaha4k
4
1.3k
Writing documentation can be fun with plugin system
okuramasafumi
0
120
Featured
See All Featured
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
10
1.3k
BBQ
matthewcrist
86
9.5k
Building a Modern Day E-commerce SEO Strategy
aleyda
38
7.1k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
45
2.3k
Mobile First: as difficult as doing things right
swwweet
223
9.3k
Making the Leap to Tech Lead
cromwellryan
133
9.1k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
44
7k
Product Roadmaps are Hard
iamctodd
PRO
50
11k
A designer walks into a library…
pauljervisheath
205
24k
Fantastic passwords and where to find them - at NoRuKo
philnash
51
3k
We Have a Design System, Now What?
morganepeng
51
7.4k
Gamification - CAS2011
davidbonilla
80
5.1k
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