Meteor: Difference between revisions
Jump to navigation
Jump to search
Line 74: | Line 74: | ||
=Performance Monitoring= |
=Performance Monitoring= |
||
[[Image: |
[[Image:KadiraDashboard001.png|200px|right|thumb|Kadira dashboard monitoring]] |
||
Kadira is a performance monitoring for [[Meteor]]. |
Kadira is a performance monitoring for [[Meteor]]. |
||
Revision as of 20:35, 22 December 2014
Web (server and client) framework.
Includes :
- Client side : MiniMongo (client-side database), Meteor API ...
- Server side : Node.js, MongoDB, Meteor API ...
- Communication: DDP
Remark: Meteor only supports i686 and x86_64 for now
Extra:
- Meteor Pad http://meteorpad.com/pad/
Quickstart
Doc is here https://docs.meteor.com/#/basic/quickstart
Install Meteor:
curl https://install.meteor.com | /bin/sh
Create and run a new project:
meteor create myapp
cd myapp
Add packages (listed on http://www.atmospherejs.com/)
meteor add coffeescript
meteor add spinner
meteor add accounts-ui accounts-facebook accounts-google accounts-github accounts-twitter
meteor add meteor-platform
meteor add mrt:paypal
meteor add mrt:loading
meteor list
meteor search paypal
meteor show mrt:paypal
meteor list
meteor remove accounts-github
meteor list
Launch the app in Meteor
meteor
Browse http://localhost:3000/
Deployment sur le cloud Meteor
meteor deploy myapp.meteor.com
Create a package
Performance Monitoring
Kadira is a performance monitoring for Meteor.
Installation
Créez un compte gratuit via votre id Meteor.
meteor add meteorhacks:kadira
export KADIRA_APP_ID=YOUR_ID export KADIRA_APP_SECRET=YOUR_APP_SECRET
Books
- Meteor in Action, Mannings, http://www.manning.com/hochhaus/
- Discover Meteor, http://fr.discovermeteor.com