Skip to content
Alexander 'Alex' Perez edited this page May 12, 2017 · 39 revisions

BlueOak Logo

The goal of BlueOak server is to embody in executable code the philosophy and strategies we've uncovered through our experiences building 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 it facilitates following best practices for Swagger spec development, and leverages those same Swagger specs 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