Meteor is a complete open source platform for building web and mobile apps in pure JavaScript.
Iron Meteor is a collection of packages that include Iron Router, a client and server side router designed specifically for Meteor.
- Meteor Website
- Meteor Documentation
- Meteor Getting Started
- Meteor on GitHub
- Meteor Blog
- Iron Meteor
- Iron Router Guide
Let us know if you discover anything worth sharing.
If you don't have Meteor installed already, from a terminal window:
curl install.meteor.com | /bin/sh
To run the app:
meteor
The app should now be running on http://localhost:3000.
Created by Matt Thomson