Skip to content
Sean Kennedy edited this page Feb 14, 2016 · 39 revisions

BlueOak Logo

The goal of BlueOak server is to embody in executable code the philosophy and strategies we've uncovered while build custom mobile backends in Node.js. Using BlueOak server we've improved our ability to develop high-quality code quickly, to deploy with ease and confidence, and to decrease the complexity of the running system.

One of the key advantages of using BlueOak server when creating a custom API, is that the same swagger specs are used to generate documentation (using swagger-ui), to expose the API to the network, and to validate requests.

BlueOak server invokes your request handler only when it's valid

Table of Contents

Clone this wiki locally