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.
- simple:json-routes - the simplest way to define a server-side route in your Meteor app, with no external dependencies.
- simple:rest-json-error-handler - middleware for handling standard Meteor.Error errors
- 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:authenticate-user-by-token - authenticate user via auth token
- simple:rest-bearer-token-parser - parse standard bearer token via request headers, query params, or body
- simple:rest-method-mixin - add REST options to methods defined using ValidatedMethod
simple:rest-accounts-facebook
, etc - OAuth login packages for HTTP- Static file management, authentication
- Integration with Restivus for custom API needs