


Happner-2 is a cloud application framework ideal for integrating multiple micro services into a unified offering. It enables the creation of an interconnected mesh of local and remote components. The mesh components can easily call upon each other's methods or listen to each other's events in a manner uncomplicated by remoteness.
Changes from version 1
- using happn-3
- has happn configuration instead of datalayer, the cofiguration can take any happn-3 config in, and has a few convenience settings
ROADMAP
installation
npm install happner-2 --save
NB NB NB - documentation below is for happner version 1, but should mostly be true for happner-2, apart from the datalayer config, we will be updating the wiki as soon as we have time.
demonstration
These walkthroughs use happner to create a rudimentary monitoring service.
documentation