Skip to content
This repository has been archived by the owner on Nov 7, 2020. It is now read-only.
/ hive-js Public archive

A reactive, universal JavaScript library that's part of the Hive^io framework.

License

Notifications You must be signed in to change notification settings

fnalabs/hive-js

Repository files navigation

hiveio

NPM Version License Code Coverage Dependency Status JavaScript Style Guide

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

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 currently drafting our contributing guide!

v1.0.0

  • initial release (of js-cqrs-es)