hermod-js

Browser and Node.js client for Hermod

Usage no npm install needed!

<script type="module">
  import hermodJs from 'https://cdn.skypack.dev/hermod-js';
</script>

README

Hourbase Hermod JS

A browser and Node.JS client library for the Hermod server. Currently, we're only planning to include receiving-end service functionality over WebSockets (ws in Node and WebSocket on the frontend). We won't be including a server.

Installation

yarn add hermod-js
npm install hermod-js

Compiling code

Using the same YAML spec as the Hermod server, you can create files that work with Hermod JS. The NPM module is bundled with a compiler:

hermod-js --help

License

MIT