Meteor

Advantages

  • Write Server side code at client side without buildingExpress/Koa and building API server for client side

  • SpaceBar compile view logic {{variableName}} that something like Angular.js/Vue.js

  • Also can use React/AngularJS as front-end application framework.

  • Use reactive programming, developer doesn't needs to care about update procedure when data refresh.

REST API

http://www.meteorpedia.com/read/REST_API

DDP (Data Distributed Protocol)

http://cw.hubwiz.com/card/c/55b87a7b3ad79a1b05dcc339/1/2/1/

http://www.jianshu.com/p/2295e8eff9d7

https://www.meteor.com/tutorials/react/publish-and-subscribe

Last updated

Was this helpful?