Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 953 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 953 Bytes

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.