Rapid App Development
with Meteor.js
Phu Nguyen /mrphu3074
phu.nguyen@navigosgroup.com
What we’ll cover
- What exactly is Meteor?
- Why Meteor?
- Demo
- Q/A
What exactly is Meteor?
Open source platform Unified EcoSystem
Building MODERN web
and mobile apps in
JavaScript
What exactly is Meteor?
Features of MODERN apps
The UI is always up to date with
the data
You don’t have to wait for the
round-trip to the server
You can access the same data
through several clients
The whole UI is sent to client once,
so subsequent loads are so fast
1. Instant Response 2. Reactive UI
3. Fast Load Time 4. Multiple platforms
How does Meteor do this stuff?
1. Instant Response 2. Reactive UI
3. Fast Load Time 4. Multiple platforms
DDP
(distributed data protocol)
Blaze + Tracker
Blaze
Meteor Build
Meteor Build
How does Meteor do this stuff?
Why Meteor?
• Realtime by default
• One language everywhere
• Database Everywhere
• Unified package system
• Full Stack Reactivity
DEMO TIME
Q/A

Meteor dnh2

  • 1.
    Rapid App Development withMeteor.js Phu Nguyen /mrphu3074 phu.nguyen@navigosgroup.com
  • 2.
    What we’ll cover -What exactly is Meteor? - Why Meteor? - Demo - Q/A
  • 3.
    What exactly isMeteor? Open source platform Unified EcoSystem Building MODERN web and mobile apps in JavaScript
  • 4.
  • 5.
    Features of MODERNapps The UI is always up to date with the data You don’t have to wait for the round-trip to the server You can access the same data through several clients The whole UI is sent to client once, so subsequent loads are so fast 1. Instant Response 2. Reactive UI 3. Fast Load Time 4. Multiple platforms
  • 6.
    How does Meteordo this stuff? 1. Instant Response 2. Reactive UI 3. Fast Load Time 4. Multiple platforms DDP (distributed data protocol) Blaze + Tracker Blaze Meteor Build Meteor Build
  • 7.
    How does Meteordo this stuff?
  • 8.
    Why Meteor? • Realtimeby default • One language everywhere • Database Everywhere • Unified package system • Full Stack Reactivity
  • 9.
  • 10.