Installation
Use the JavaScript Client SDK to connect to Hivekit from a Browser or NodeJS.
You can also find it on NPM or browse its source code on Github.
How to get it
Install it via npm
npm install --save @hivekit/client-js
or yarn
yarn add @hivekit/client-js
or include it as a script tag
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/@hivekit/client-js/dist/hivekit.min.js"></script>