lancygoyal / meteor-rest

simple:rest - automatically make your Meteor app accessible over HTTP and DDP alike

Home Page:https://atmospherejs.com/simple/rest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

simple:rest - automatically make your Meteor app accessible over HTTP and DDP alike

https://atmospherejs.com/simple/rest


Languages

Language:JavaScript 99.5%Language:Shell 0.5%