Skip to content

atsid/breadboard

Repository files navigation

Build Status Code Climate Dependency Status Dev Dependency Status

Breadboard is a rapid-prototyping platform for Node.js applications that include RESTful services with hypermedia.

JSON Schema is used to define object models and the possible links associated with them, and then Breadboard auto-generates MongoDB persistence code and Express RESTful service middleware. RQL is used to allow very simple query matchers to determine if a given link should be present on a response object, hence expressing all application state via the responses.