Business objects
a JavaScript object-oriented business layer for Node.js
See tutorials and class references: https://bo.logikum.hu
Installation
If you want to use it in your project:
$ npm install business-objects
Tests and Documentation
First clone the repo and install the dependencies:
$ git clone https://github.com/logikum/business-objects.git
$ cd business-objects
$ npm install
Run the tests:
$ jasmine-node tests
Generate the documentation with DocStrap or baseline template:
$ grunt docstrap
$ grunt baseline
Features
Asynchronous models:
- Editable root model
- Editable root collection
- Editable child model
- Editable child collection
- Read-only root model
- Read-only child model
- Read-only root collection
- Read-only child collection
- Command object
Synchronous models: