meteor, let's catch up

20
OSLO Meteor, let's catch up! 28 September 2015

Upload: pavel-kurnosov

Post on 11-Apr-2017

136 views

Category:

Technology


0 download

TRANSCRIPT

OSLO

Meteor, let's catch up! 28 September 2015

Meteor is growing

Meteor Services:

• Meteor Galaxy• Meteor Developer Subscription• Professional services• Training services• Partners

Meteor Galaxy:

Status: Early Access

Galaxy will be the best place to operate and scale the Connected Client apps that you've been building with Meteor

Meteor Developer Subscription:Support from the source, when you need it

• Technical support• Guaranteed response• Proactive alerts

• critical security update• critical bugfix to a supported Meteor release

• Architectural review

Professionals Services:

Get support designing, building and managing your Meteor app

• Differential• OK GROW!• Tableflip• xolv.io• etc..

Training Services:

Get your team up to speed with Meteor

• EventedMind• Josh Owens• New Toronto Group• Superexpert Training• etc..

Testing

Velocity is official testing

Windows support

Database supportMongoDB :)

Work in Progress:ArangodbRethinkDBNeo4jPostgreSQLMySQL Why it is hard?

SQL support:

http://meteor-postgres.readthedocs.org/en/latest/

Meteor 1.2 release

ECMAScript 2015

New official packages: ecmascript, es5-shim, ecmascript-collections, promise, static-html, jshint, babel-compiler

Official support Angular

Angular 1Angular 2 Angular Server

Official support React

react-runtimejsxreact-meteor-datareact-template-helper

Mobile development

• Cordova now is 5.2.0• New package: Crosswalk• No building Android tools• New names for Cordova plugins• Output logging ios issue and

workaround ios-device package

Faster builds and a more flexible platform

• New build pipeline, that rebuilds much faster• Supports cross-package imports in LESS and Stylus• New build system is pluggable, allowing you to write

custom compilers, minifiers, and linters.

https://github.com/meteor/meteor/wiki/Build-Plugins-API

Case insensitive usernames and emails

• Use Accounts.findUserByUsername • and Accounts.findUserByEmail to search in a case-

insensitive fashion

Performance improvements

• Many live queries run more efficiently• Enabled websocket compression using permessage-deflate

to reduce on-the-wire bandwidth between a Meteor server and its connected clients.

Questions

?