happner

distributed application engine with evented storage and mesh services

Usage no npm install needed!

<script type="module">
  import happner from 'https://cdn.skypack.dev/happner';
</script>

README

npm Build Status Build statusCoverage Status David

Happner 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.

HAPPNER-2 RELEASED

this version makes use of happn-3 as part of its data layer, the repo can be found here, with a migration plan.

installation

npm install happner --save

demonstration

These walkthroughs use happner to create a rudimentary monitoring service.

documentation