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
What’s New in Compose Multiplatform - A Live Tour (droidcon London 2024)
zsmb
1
470
Jakarta EE meets AI
ivargrimstad
0
540
Better Code Design in PHP
afilina
PRO
0
120
Jakarta Concurrencyによる並行処理プログラミングの始め方 (JJUG CCC 2024 Fall)
tnagao7
1
290
Kaigi on Rails 2024 〜運営の裏側〜
krpk1900
1
210
Nurturing OpenJDK distribution: Eclipse Temurin Success History and plan
ivargrimstad
0
900
2024/11/8 関西Kaggler会 2024 #3 / Kaggle Kernel で Gemma 2 × vLLM を動かす。
kohecchi
5
920
Flutterを言い訳にしない!アプリの使い心地改善テクニック5選🔥
kno3a87
1
170
[Do iOS '24] Ship your app on a Friday...and enjoy your weekend!
polpielladev
0
100
3rd party scriptでもReactを使いたい! Preact + Reactのハイブリッド開発
righttouch
PRO
1
600
Why Jakarta EE Matters to Spring - and Vice Versa
ivargrimstad
0
1.1k
ローコードSaaSのUXを向上させるためのTypeScript
taro28
1
610
Featured
See All Featured
Art, The Web, and Tiny UX
lynnandtonic
297
20k
The Straight Up "How To Draw Better" Workshop
denniskardys
232
140k
The Cult of Friendly URLs
andyhume
78
6k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
280
13k
Documentation Writing (for coders)
carmenintech
65
4.4k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
0
89
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
47
2.1k
Adopting Sorbet at Scale
ufuk
73
9.1k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
10
720
Keith and Marios Guide to Fast Websites
keithpitt
409
22k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
226
22k
Agile that works and the tools we love
rasmusluckow
327
21k
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