hermod-js
v0.9.1
Published
Browser and Node.js client for Hermod
Downloads
5
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.js
npm install hermod-js.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.js --help
License
MIT