This document summarizes a workshop on the Meteor platform for building web and mobile apps. Meteor allows developing both client and server code in JavaScript and sharing code between them. Apps are built using MongoDB, WebSockets for live updates, and Node.js on the server. Meteor supports mobile development for Android and iOS using Cordova. Isomorphic packages allow accessing native device APIs like GPS. The structure of a Meteor app includes models, client-side templates and logic, server-side code, and public/private assets. A demo chat application is shown to illustrate a basic Meteor app. Questions are taken at the end.