MILANO Meetup
Dev4Side is hosting Meteor Meetup in Milano

WHEN


4June

#2 Meteor Meetup in Milano

..but this time, let's have more time for Q/A!

  • Introduction to Meteor (Miro Radenovic, 15 min)

  • observeChange: client and server (Matteo Saporiti, 30 mins)

  • Deploy Meteor on production (Miro Radenovic, 30 mins)

  • Q/A: share your feedback

WHERE


Our Location

Dev4Side S.R.L
Via Fabio Filzi 5
20124
Milano
Italia
Phone: +39 02 83439531
Mail: info@dev4side.com

PAST EVENTS


19March

First #Meteor Event, Break the Ice:

  • Introduction to Meteor (Miro Radenovic)
    Slides here

  • Meteor Subscriptions (Matteo Saporiti)
    Slides here
    Code

  • Introduction to Blaze live templating engine (Luca Zulian)
    Slides
    Code

WHY METEOR


Modern user interface

Make an app that feels like a top-tier web property like Facebook or Twitter, or like a great desktop app — not like a bunch of pages connected by links.

Radically less code

Accomplish in 10 lines what would otherwise take 1000, thanks to a reactive programming model that extends all the way from the database to the user's screen.

Browser and Mobile

A great experience both on the web and as a phone or tablet app.

One language everywhere

Isomorphic APIs mean that the same code, written in the same language, can run on both client and server.

Live updates

Data updates live on the screen as it changes. Users can collaborate seamlessly.

Unified package system

One world of packages that work identically on browsers, servers and mobile devices. (Pull in npm and Cordova packages too!) One build tool that builds all parts of your app.

Ultra responsive

Changes made by a user are instantly visible, without the unprofessional laggy feeling that would result from waiting for a round trip to the server.

Hot deploys

Type one command to push your app into production and update all connected browsers and devices. No need to go through the App Store.

To learn more about meteor, visit Meteor Website