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
96
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
70
The Open Metaverse - Reactivate London
shaunix
1
88
The Open Metaverse - Fullstack Bytes
shaunix
0
150
In Your Face : WebVR
shaunix
0
110
This is for Everyone
shaunix
0
690
A11Y & React : This is for Everyone
shaunix
1
200
Grunt your way to Glory - SideView 2013
shaunix
3
280
Grunt your way to Glory : LDNJS - 15th July 2013
shaunix
3
180
Grunt you way to Glory : LNUG MAY
shaunix
4
330
Other Decks in Programming
See All in Programming
Go 1.26でのsliceのメモリアロケーション最適化 / Go 1.26 リリースパーティ #go126party
mazrean
1
330
オブザーバビリティ駆動開発って実際どうなの?
yohfee
3
670
API Platformを活用したPHPによる本格的なWeb API開発 / api-platform-book-intro
ttskch
1
120
Python’s True Superpower
hynek
0
190
CopilotKit + AG-UIを学ぶ
nearme_tech
PRO
1
120
AIプロダクト時代のQAエンジニアに求められること
imtnd
1
610
AWS Infrastructure as Code の新機能 2025 総まとめ 〜SA 4人による怒涛のデモ祭り〜
konokenj
10
3.1k
Head of Engineeringが現場で回した生産性向上施策 2025→2026
gessy0129
0
210
今、アーキテクトとして 品質保証にどう関わるか
nealle
0
200
SourceGeneratorのマーカー属性問題について
htkym
0
120
Geminiの機能を調べ尽くしてみた
naruyoshimi
0
190
go directiveを最新にしすぎないで欲しい話──あるいは、Go 1.26からgo mod initで作られるgo directiveの値が変わる話 / Go 1.26 リリースパーティ
arthur1
2
440
Featured
See All Featured
Building a A Zero-Code AI SEO Workflow
portentint
PRO
0
370
jQuery: Nuts, Bolts and Bling
dougneiner
65
8.4k
Technical Leadership for Architectural Decision Making
baasie
3
270
KATA
mclloyd
PRO
35
15k
Jamie Indigo - Trashchat’s Guide to Black Boxes: Technical SEO Tactics for LLMs
techseoconnect
PRO
0
79
End of SEO as We Know It (SMX Advanced Version)
ipullrank
3
4k
Testing 201, or: Great Expectations
jmmastey
46
8.1k
Digital Ethics as a Driver of Design Innovation
axbom
PRO
1
200
Are puppies a ranking factor?
jonoalderson
1
3.1k
The Power of CSS Pseudo Elements
geoffreycrofte
82
6.2k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
12
1k
The AI Revolution Will Not Be Monopolized: How open-source beats economies of scale, even for LLMs
inesmontani
PRO
3
3.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