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
88
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
リッチエディターを安全に開発・運用するために
unachang113
1
360
AIのメモリー
watany
13
1.4k
オホーツクでコミュニティを立ち上げた理由―地方出身プログラマの挑戦 / TechRAMEN 2025 Conference
lemonade_37
2
460
decksh - a little language for decks
ajstarks
4
21k
React は次の10年を生き残れるか:3つのトレンドから考える
oukayuka
41
16k
実践 Dev Containers × Claude Code
touyu
1
170
中級グラフィックス入門~効率的なメッシュレット描画~
projectasura
4
2.5k
実践!App Intents対応
yuukiw00w
1
220
一人でAIプロダクトを作るための工夫 〜技術選定・開発プロセス編〜 / I want AI to work harder
rkaga
9
2k
Go製CLIツールをnpmで配布するには
syumai
2
1.1k
Scale out your Claude Code ~自社専用Agentで10xする開発プロセス~
yukukotani
9
1.8k
コーディングは技術者(エンジニア)の嗜みでして / Learning the System Development Mindset from Rock Lady
mackey0225
2
280
Featured
See All Featured
Mobile First: as difficult as doing things right
swwweet
223
9.9k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
50
5.5k
The World Runs on Bad Software
bkeepers
PRO
70
11k
Building an army of robots
kneath
306
45k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
Documentation Writing (for coders)
carmenintech
73
5k
Being A Developer After 40
akosma
90
590k
Producing Creativity
orderedlist
PRO
347
40k
Gamification - CAS2011
davidbonilla
81
5.4k
Music & Morning Musume
bryan
46
6.7k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
31
2.2k
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