Index

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:

Synchronous models:

If you find bugs or have feature requests, please let us know.

JavaScript business objects ♦ Copyright © 2014-2016 Logikum, Ltd.
Documentation generated by JSDoc 3.2.2 on 2015. December 31. using the DocStrap template.