By Abhijeet S {ajduke}
@_ajduke
ajduke
http://blog.ajduke.in
Open Source Platform for Building Real-time apps
For Web and Mobile apps
Built to Power for Next -gen Modern Apps
Its both Front and Backend
Provides Full stack reactivity
One Language- Javascript
Maintained by Meteor Development Group (MDG) and community
Source: http://wiki.dandascalescu.com/essays/meteor_js_vs_the_mean_stack
Install Meteor
$ curl https://install.meteor.com | /bin/sh
Linux/ OS X
Windows
Download Official Installer-
https://install.meteor.com/windows
Create Project
meteor create myapp
Run Project
$ cd myapp
$ meteor
=> Meteor server running on: http://localhost:3000/
Source: http://joshowens.me/what-is-meteor-js/
More on this here: http://meteor.com/projects
Main Components
meteor install-sdk android
meteor add-platform android
// run on android simulator
meteor run android
// run on connected android device
meteor run android-device
// install SDk
meteor install-sdk ios
// add the platform
meteor add-platform ios
// run ios simulator
meteor run ios
// run on connected ios device
meteor run ios-device
/.meteor/...
/client/...
/lib/...
/server/...
/public/...
/tests/...
On Meteor Infrastructure
deployment using CLI
$ meteor deploy myapp.meteor.com
On Other Infrastructures
Create bundle using CLI
$ meteor bundle myapp.tgz
Todo
Local Market
meteor create --example todo
meteor create --example localmarket
Questions?
ajduke@ajduke.in
@_ajduke
http://blog.ajduke.in