Meteor is an ultra-simple environment for building modern web applications.
With Meteor you write apps:
- in modern JavaScript
- that send data over the wire, rather than HTML
- using your choice of popular open-source libraries
Try a getting started tutorial:
Next, read the guide and the documentation.
On Windows, the installer can be found at https://www.meteor.com/install.
On Linux/macOS, use this line:
curl https://install.meteor.com/ | shCreate a project:
meteor create try-meteorRun it:
cd try-meteor
meteorTested with a Raspberry pi Zero
Build the bundle (~1h):
./scripts/generate-dev-bundle.shInstall and update meteor (~few hours):
meteor create testprojectStart your project (you may need to start mongodb from dev_bundle manually first):
MONGO_URL="mongodb://localhost:27017/meteor" meteorBuilding an application with Meteor?
- Announcement list: sign up at http://www.meteor.com/
- Having problems? Ask for help at: http://stackoverflow.com/questions/tagged/meteor
- Discussion forums: https://forums.meteor.com/
Interested in helping or contributing to Meteor? These resources will help:
We are hiring! Visit meteor.io/jobs to learn more about working full-time on the Meteor project.
Aside from a short launcher shell script, Meteor installs itself inside your home directory. To uninstall Meteor, run:
rm -rf ~/.meteor/
sudo rm /usr/local/bin/meteorOn Windows, just run the uninstaller from your Control Panel.
