hive-io
v2.1.3
Published
A reactive, universal JavaScript library for the Hive^io framework.
Downloads
14
Maintainers
Readme
Hiveio
A reactive, universal JavaScript library for the Hiveio framework.
This is where the domain logic for your domain model is implemented. The Actor Model is used as the basic building block to implement standardized, reactive microservices. The intent is to clearly define a separation between infrastructure as code and domain logic allowing them both to adapt and scale independently. From simple REST services to CQRS/ES microservices, this library is flexible enough to enable the Actors to adopt new roles on the fly.
Contents
Installing
Install using npm
:
npm install --save hive-io
API
Examples
More examples can be found in the 2 example npm packages:
Future
- integrate with client-side presentation libraries
- feature requests via issues
Contributing
We are still drafting our contributing guide!