Lightning Fast,

Cross Platform, Development with Meteor

Thursday, March 9th - SeattleJS

Client

Server

Database

Mobile

Meteor

Web Sockets

Full Stack JavaScript Platform

Blaze

Node

Mongo DB

Cordova

Front End

Server

Mobile

Database

Meteor 1.0

Blaze

Node

Mongo DB

React

Angular

Cordova

Front End

Server

Mobile

Database

Meteor Today (v1.4+)

React Native*

Blaze

Node

Mongo DB

React

Angular

Vue

Front End

Server

Mobile

Database

Meteor Tomorrow

SQL

Oracle

etc...

Cordova

React Native*

curl https://install.meteor.com/ | sh
InstallMeteor.exe

OS X / Linux

Windows

 

Install Meteor

meteor create <myapp>

Create Meteor App

  • Client
  • Server

App Structure

meteor add-platform android

Create Android App

Add platform

Prerequisites (~20 mins)

  • Java Development Kit (JDK)
  • Android SDK (v23) / Android Studio
meteor add-platform ios

Create iOS App

Add platform

Prerequisites

  • Xcode 7.2 or higher
App.info({
    id:'com.mysite.appname',
    name: 'best app ever!',
    version: '0.0.1'
});

Mobile Configuration

mobile-config.json

Run Android App

Run in emulator

meteor run android

Run on device

meteor run android-device

Run iOS App

Run in emulator

meteor run ios

Run on device

meteor run ios-device

Demo

Web + Android Platforms

Adding Plugins

NPM packages

meteor npm add <package-name>

Cordova Plugins

meteor add cordova:<name>@<version>

Local Companies

Meteor fulfills its promise of rapid development. It comes bundled with many smart choices for full-stack JavaScript-centric development.

 

Meteor provides a 'good enough' foundation for all our product's needs and has allowed us to focus on the customer... It has been a significant accelerator for our project

The new app ​was ​built from scratch using Meteor ​in less than 6 months

Our app was approved and in both app stores in less than a week

Feedback

Want to learn more?

  • Meteor Seattle Meetup Group
  • Meteor Seattle Slack Channel
  • @skifaster123
  • carsten_15@hotmail.com
  • meteor.com
  • guide.meteor.com
  • docs.meteor.com

Local Groups

Official Docs

Contact Info:

Made with Slides.com