ferryjs / ferry

Ferry is (yet another) REST API framework.
3 stars 3 forks source link

Ferry

wercker status

Ferry is (yet another) REST API framework.

Usage

Typically, Ferry is required as a dependency when creating a server implementation. See example implementations.

Engines

Engines power Ferry; they are third-party modules that provide various features. In order to create a functional API, one engine of each type is required.

Adapters are Ferry modules that provide the interface between an engine and the Ferry framework.

Router

Specification

Storage

Contributing

Development

An easy way to work on the Ferry suite of packages is to clone all of the desired repositories into a top-level ferryjs directory, and then use the symlink package to automatically npm link the local repositories.

If the symlink and/or npm link steps error out, just re-run them.