SlideShare ist ein Scribd-Unternehmen logo
1 von 30
Meteor
Next Generation Web Development
Startups
Big Corporations
Once Upon A Time
Startups
Small and nimble team
Infinite creative energy, resourcefulness.
Extremely adaptive
Ability to focus and make a small niche of
customers become extremely satisfied
Social networks, apps store, cloud
computing help startups to reach large
number of customers
Big Corporations
Thousands of employees.
Huge budget for sales & marketing,
R&D.
Efficient process after years of doing
business in place.
Recognized brand with loyal customers.
Established distribution channels with
network of partners and allies.
Most Startups fail !
1st year
2nd year
3rd year
4th year
But Some Hit a HOME RUN !
vs
vs
7
Acting like a Lean Startup to Increase Success Rate!
Why build MVP ?
Turn an idea into MVP
Crafty product no one wants to use.
Products that only better funded
companies can build
Startup Product
Use MVP to take the beachead
Innovators
Early Majority
Early Adopters
Late Majority
Laggards
Beachead
Feedback Loop
Feedback Loop
Lean UX
Lean Analytics
Agile Development
Product Instinct & Intuition
Meteor
Next Generation Web Development
What is Meteor?
Why Meteor is a great tool for start-ups?
So you want to build a (rich) web app?
What do you use?
JS
Framework
Template
Library
Server &
Language
DB
Realtime?
Open Source Platform for building web apps
Full Reactive stack:
Client <--> Server <--> DB
What is Meteor?
Data on the Wire.
One Language.
Database Everywhere.
Latency Compensation.
Full Stack Reactivity.
Embrace the Ecosystem.
Simple and Clean APIs
Collections
Session
Templates
Helpers
Events
Pub/Sub
Messages = new Meteor.Collection("messages");
Messages.insert({text: "Hello, world!"});
msg = Messages.find({text: “help”).fetch();
Collections:
data store on server and client
data store on server and client
Session.set("Page.theme", "midnight");
Session.get("Page.theme");
Session:
global key/value store + reactivity
global key/value store + reactivity
<template name="mainpage">
<div class="{{theme}}">...</div>
</template>
Templates:
html string, instance, reactive
html string, instance, reactive
<template name="mainpage">
<div class="{{theme}}">...</div>
</template>
Template.mainpage.theme = function(){
Session.get("Page.theme");
}
Helpers:
data, iterators, logic, etc.
data, iterators, logic, etc.
Template.inviteDialog.events({
'click .themebutton': function (e, t) {
Session.set("Page.theme", e.currentTarget.id);
}});
Events:
event handlers, template specific
event handlers, template specific
Pub/Sub:
set of records
server publishes
client subscribes
client subscribes
client subscribes
client subscribes
Performance
Security
Single Page Apps
Community
Why is meteor good for startups?
@eventedmindeventedmind.com
twitter: @eventedmindemail: mather@eventedmind.comwww.eventedmind.com
Meteor
• Event Handling vs. Reactivity
• Reactive Data Sources
• Templates & Handlebars
• Reactive Rendering
twitter: @eventedmindemail: mather@eventedmind.comwww.eventedmind.com
eventedmind.com
@eventedmind

Weitere ähnliche Inhalte

Andere mochten auch

Questembert: comment s'inscrire à l'école de musique
Questembert: comment s'inscrire à l'école de musiqueQuestembert: comment s'inscrire à l'école de musique
Questembert: comment s'inscrire à l'école de musiqueGuyon Jacky
 
Benefits of Practicing Yoga
Benefits of Practicing YogaBenefits of Practicing Yoga
Benefits of Practicing Yogaapagan1
 
Ecuacion patrimonial
Ecuacion patrimonialEcuacion patrimonial
Ecuacion patrimonialleidycita06
 
Atrakcje pragi by cyprian
Atrakcje pragi by cyprianAtrakcje pragi by cyprian
Atrakcje pragi by cyprianAnna Sz.
 
SEO Training Point-Franchise presentation
SEO Training Point-Franchise presentation SEO Training Point-Franchise presentation
SEO Training Point-Franchise presentation manish ray
 
Diffusion of Innovation (Development Communication) -ZK
Diffusion of Innovation (Development Communication) -ZKDiffusion of Innovation (Development Communication) -ZK
Diffusion of Innovation (Development Communication) -ZKZareen Khan
 
Terapia racional emotiva
Terapia racional emotivaTerapia racional emotiva
Terapia racional emotivaMarco Carmona
 

Andere mochten auch (9)

TipsTraps and Pitfalls
TipsTraps and PitfallsTipsTraps and Pitfalls
TipsTraps and Pitfalls
 
Questembert: comment s'inscrire à l'école de musique
Questembert: comment s'inscrire à l'école de musiqueQuestembert: comment s'inscrire à l'école de musique
Questembert: comment s'inscrire à l'école de musique
 
Benefits of Practicing Yoga
Benefits of Practicing YogaBenefits of Practicing Yoga
Benefits of Practicing Yoga
 
Ecuacion patrimonial
Ecuacion patrimonialEcuacion patrimonial
Ecuacion patrimonial
 
La reine des fées
La reine des féesLa reine des fées
La reine des fées
 
Atrakcje pragi by cyprian
Atrakcje pragi by cyprianAtrakcje pragi by cyprian
Atrakcje pragi by cyprian
 
SEO Training Point-Franchise presentation
SEO Training Point-Franchise presentation SEO Training Point-Franchise presentation
SEO Training Point-Franchise presentation
 
Diffusion of Innovation (Development Communication) -ZK
Diffusion of Innovation (Development Communication) -ZKDiffusion of Innovation (Development Communication) -ZK
Diffusion of Innovation (Development Communication) -ZK
 
Terapia racional emotiva
Terapia racional emotivaTerapia racional emotiva
Terapia racional emotiva
 

Ähnlich wie Meteor

AWS Cloud Kata | Taipei - Getting to MVP
AWS Cloud Kata | Taipei - Getting to MVPAWS Cloud Kata | Taipei - Getting to MVP
AWS Cloud Kata | Taipei - Getting to MVPAmazon Web Services
 
10 Pro Tips for scaling your startup from 0-10M users
10 Pro Tips for scaling your startup from 0-10M users10 Pro Tips for scaling your startup from 0-10M users
10 Pro Tips for scaling your startup from 0-10M usersAmazon Web Services
 
Sba 20111003b - starting your own web startup
Sba   20111003b - starting your own web startupSba   20111003b - starting your own web startup
Sba 20111003b - starting your own web startupallanchao
 
Join us at Confee
Join us at ConfeeJoin us at Confee
Join us at ConfeeGabor Orosz
 
Yes, You Can Develop for SharePoint
Yes, You Can Develop for SharePointYes, You Can Develop for SharePoint
Yes, You Can Develop for SharePointElizabeth Szabo
 
Doing Modern Web, aka JavaScript and HTML5 in the Enterprise NYC Code Camp
Doing Modern Web, aka JavaScript and HTML5 in the Enterprise NYC Code CampDoing Modern Web, aka JavaScript and HTML5 in the Enterprise NYC Code Camp
Doing Modern Web, aka JavaScript and HTML5 in the Enterprise NYC Code CampChris Love
 
Building a Strong Online Presence: The Essentials of Full Web Development
Building a Strong Online Presence: The Essentials of Full Web DevelopmentBuilding a Strong Online Presence: The Essentials of Full Web Development
Building a Strong Online Presence: The Essentials of Full Web DevelopmentThe Fabcode IT Solutions LLP
 
Jive Software - Clearspace Overview
Jive Software - Clearspace OverviewJive Software - Clearspace Overview
Jive Software - Clearspace OverviewMeganRossFarrell
 
Enterprise App Dev Platform to keep your "Developers, Architects and CIO" Happy
Enterprise App Dev Platform to keep your "Developers, Architects and CIO" HappyEnterprise App Dev Platform to keep your "Developers, Architects and CIO" Happy
Enterprise App Dev Platform to keep your "Developers, Architects and CIO" HappyWaveMaker, Inc.
 
RedisConf18 - Common Redis Use Cases for Cloud Native Apps and Microservices
RedisConf18 - Common Redis Use Cases for Cloud Native Apps and MicroservicesRedisConf18 - Common Redis Use Cases for Cloud Native Apps and Microservices
RedisConf18 - Common Redis Use Cases for Cloud Native Apps and MicroservicesRedis Labs
 
Agencies Developer Products
Agencies Developer ProductsAgencies Developer Products
Agencies Developer ProductsJeff Eddings
 
Pro Dev Briefing Irvine Wesyppt23
Pro Dev Briefing Irvine Wesyppt23Pro Dev Briefing Irvine Wesyppt23
Pro Dev Briefing Irvine Wesyppt23Wes Yanaga
 
Documentation of Online jobs for BCA last sem on PHP.
Documentation of Online jobs for BCA last sem on PHP.Documentation of Online jobs for BCA last sem on PHP.
Documentation of Online jobs for BCA last sem on PHP.Harsh Tamakuwala
 
The_Story_of_HavenOndemand_External
The_Story_of_HavenOndemand_ExternalThe_Story_of_HavenOndemand_External
The_Story_of_HavenOndemand_ExternalFernando Lucini
 
The Story of HPE Haven OnDemand
The Story of HPE Haven OnDemandThe Story of HPE Haven OnDemand
The Story of HPE Haven OnDemandAlon Mei-raz
 
Bvp 10 laws of cloud computing 2012 release
Bvp 10 laws of cloud computing 2012 releaseBvp 10 laws of cloud computing 2012 release
Bvp 10 laws of cloud computing 2012 releaseEd Cushing
 

Ähnlich wie Meteor (20)

AWS Cloud Kata | Taipei - Getting to MVP
AWS Cloud Kata | Taipei - Getting to MVPAWS Cloud Kata | Taipei - Getting to MVP
AWS Cloud Kata | Taipei - Getting to MVP
 
10 Pro Tips for scaling your startup from 0-10M users
10 Pro Tips for scaling your startup from 0-10M users10 Pro Tips for scaling your startup from 0-10M users
10 Pro Tips for scaling your startup from 0-10M users
 
Sba 20111003b - starting your own web startup
Sba   20111003b - starting your own web startupSba   20111003b - starting your own web startup
Sba 20111003b - starting your own web startup
 
Developing apps for share point 2013
Developing apps for share point 2013Developing apps for share point 2013
Developing apps for share point 2013
 
Join us at Confee
Join us at ConfeeJoin us at Confee
Join us at Confee
 
PDF 1.pdf
PDF 1.pdfPDF 1.pdf
PDF 1.pdf
 
Yes, You Can Develop for SharePoint
Yes, You Can Develop for SharePointYes, You Can Develop for SharePoint
Yes, You Can Develop for SharePoint
 
Resume shivani
Resume  shivaniResume  shivani
Resume shivani
 
Resume shivani
Resume  shivaniResume  shivani
Resume shivani
 
Doing Modern Web, aka JavaScript and HTML5 in the Enterprise NYC Code Camp
Doing Modern Web, aka JavaScript and HTML5 in the Enterprise NYC Code CampDoing Modern Web, aka JavaScript and HTML5 in the Enterprise NYC Code Camp
Doing Modern Web, aka JavaScript and HTML5 in the Enterprise NYC Code Camp
 
Building a Strong Online Presence: The Essentials of Full Web Development
Building a Strong Online Presence: The Essentials of Full Web DevelopmentBuilding a Strong Online Presence: The Essentials of Full Web Development
Building a Strong Online Presence: The Essentials of Full Web Development
 
Jive Software - Clearspace Overview
Jive Software - Clearspace OverviewJive Software - Clearspace Overview
Jive Software - Clearspace Overview
 
Enterprise App Dev Platform to keep your "Developers, Architects and CIO" Happy
Enterprise App Dev Platform to keep your "Developers, Architects and CIO" HappyEnterprise App Dev Platform to keep your "Developers, Architects and CIO" Happy
Enterprise App Dev Platform to keep your "Developers, Architects and CIO" Happy
 
RedisConf18 - Common Redis Use Cases for Cloud Native Apps and Microservices
RedisConf18 - Common Redis Use Cases for Cloud Native Apps and MicroservicesRedisConf18 - Common Redis Use Cases for Cloud Native Apps and Microservices
RedisConf18 - Common Redis Use Cases for Cloud Native Apps and Microservices
 
Agencies Developer Products
Agencies Developer ProductsAgencies Developer Products
Agencies Developer Products
 
Pro Dev Briefing Irvine Wesyppt23
Pro Dev Briefing Irvine Wesyppt23Pro Dev Briefing Irvine Wesyppt23
Pro Dev Briefing Irvine Wesyppt23
 
Documentation of Online jobs for BCA last sem on PHP.
Documentation of Online jobs for BCA last sem on PHP.Documentation of Online jobs for BCA last sem on PHP.
Documentation of Online jobs for BCA last sem on PHP.
 
The_Story_of_HavenOndemand_External
The_Story_of_HavenOndemand_ExternalThe_Story_of_HavenOndemand_External
The_Story_of_HavenOndemand_External
 
The Story of HPE Haven OnDemand
The Story of HPE Haven OnDemandThe Story of HPE Haven OnDemand
The Story of HPE Haven OnDemand
 
Bvp 10 laws of cloud computing 2012 release
Bvp 10 laws of cloud computing 2012 releaseBvp 10 laws of cloud computing 2012 release
Bvp 10 laws of cloud computing 2012 release
 

Kürzlich hochgeladen

Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessPixlogix Infotech
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 

Kürzlich hochgeladen (20)

Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 

Meteor

Hinweis der Redaktion

  1. Hi everyone, thanks for coming here today to the Meteor - Next Generation Web Development event. My name is Hoang Do, Here is Nick Lane-Smith and Chris Mather. We are users of Meteor and would like to show you today how amazing Meteor is. Meteor is the perfect tool for building MVP in the Agile development environment, it is a full stack JavaScript development platform.
  2. Once upon a time, there is a superhero name Startup. He fights for innovation, creativity and progress. He stands up to find again big corporations who stand for bureaucracy, corruption and the status quo.
  3. Our hero Startup was born to fight against big corporations. He is small and nimble, he possesses infinite creative energy and is very resourceful. Startup is very adaptive, learn fast and adapt to changes quickly. Since he is so passionate about the need of his niche market, he can serve that niche market extremely well, way better than big corporation. Now is the time for him to shine, with the help of social network as a catalyst for referral marketing, cloud-computing for scaling on demand and app store to reach each customers’ device, Mr Startup is ready for the battle against big corporation.
  4. The monster - big corporations is very powerful. It has thousands of employees, huge budget for sales, marketing, R&amp;D. It possesses efficient process after years of doing business. With huge budget for marketing, PR and years of doing business, big corporations have recognized brand with loyal customers.
  5. The odd is all against the hero Startup though. 25% of startup fails after 1st, 36% fails after 2nd year, 44% fails after 3rd year and 50% fails after 4th years. 3 out of 4 startups fail. So only crazy people should try to launch a startup.
  6. However, some startups make Home Run and its extremely rewarding. These startups help to push its whole industry to a new standard. Startups help to push humankind FORWARD.
  7. So how to survive, he has to act LEAN. He has to rapidly prototype his MVP and use that MVP to take the beachhead.
  8. So how to survive, he has to act LEAN .He has to build a prototype that is MINIMUM and VIABLE and EVOLVE that MVP to take the beachhead.
  9. In a market that startups try to enter, the beachhead is innovators and early adopters. MVP is built for Innovators and Early Adopters. So it does not need to be perfect. It only need to possess the core features that solve the pain of Innovators and Early Adopters. Meteor helps you to build products faster and cheaper and gains more of the beachhead.
  10.   Applying Lean UX and Agile Development in building the product. Applying Lean Analytics to get feedbacks. Learn from data collect from Lean Analytics to EVOLVE the product. So here come METEOR.JS. The longterm vision of Meteor team is making the secret weapon for startups to build product faster and easier.
  11. Hi everyone, thanks for coming here today to the Meteor - Next Generation Web Development event. My name is Hoang Do, Here is Nick Lane-Smith and Chris Mather. We are users of Meteor and would like to show you today how amazing Meteor is .