REST for Meteor
A set of packages that makes it easy to make your Meteor app's data accessible over HTTP. Easily integrate your Meteor backend into a native mobile app or query your data from your Rails or PHP app.
Packages
- simple:rest - just add the package, and all of your Meteor methods and publications will become accessible over HTTP.
- simple:rest-accounts-password - add this package to enable password login over HTTP.
- simple:json-routes - the simplest way to define a server-side route in your Meteor app, with no external dependencies.
Planned
simple:rest-accounts-facebook
, etc - OAuth login packages for HTTP- Static file management, authentication
- Integration with Restivus for custom API needs