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

Meteor, let's catch up

Apr 11, 2017

Download

Technology

Pavel Kurnosov
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Meteor, let's catch up

OSLO

Meteor, let's catch up! 28 September 2015

Page 2: Meteor, let's catch up

Meteor is growing

Page 3: Meteor, let's catch up

Meteor Services:

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

Page 4: Meteor, let's catch up

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

Page 5: Meteor, let's catch up

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

Page 6: Meteor, let's catch up

Professionals Services:

Get support designing, building and managing your Meteor app

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

Page 7: Meteor, let's catch up

Training Services:

Get your team up to speed with Meteor

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

Page 8: Meteor, let's catch up

Testing

Velocity is official testing

Page 9: Meteor, let's catch up

Windows support

Page 10: Meteor, let's catch up

Database supportMongoDB :)

Work in Progress:ArangodbRethinkDBNeo4jPostgreSQLMySQL Why it is hard?

Page 11: Meteor, let's catch up

SQL support:

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

Page 12: Meteor, let's catch up

Meteor 1.2 release

Page 13: Meteor, let's catch up

ECMAScript 2015

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

Page 14: Meteor, let's catch up

Official support Angular

Angular 1Angular 2 Angular Server

Page 15: Meteor, let's catch up

Official support React

react-runtimejsxreact-meteor-datareact-template-helper

Page 16: Meteor, let's catch up

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

Page 17: Meteor, let's catch up

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

Page 18: Meteor, let's catch up

Case insensitive usernames and emails

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

insensitive fashion

Page 19: Meteor, let's catch up

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.

Page 20: Meteor, let's catch up

Questions

?