-
Notifications
You must be signed in to change notification settings - Fork 25
Home
Patrick Wolf edited this page Feb 5, 2016
·
39 revisions
- Overview
- [Getting started with BlueOak Server](Getting Started)
-
Services
- Creating services
- Included Services
- Handlers
-
Middleware
- Included Middleware
- Configuration
- Writing Tests
- Advanced Topics
- [Project Structure](Project Structure)
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.