atomize-client

Client library for AtomizeJS: JavaScript DSTM

Usage no npm install needed!

<script type="module">
  import atomizeClient from 'https://cdn.skypack.dev/atomize-client';
</script>

README

Atomize-client

This is the client library for the Atomize DSTM JavaScript project.

This library can be used either client-side or in NodeJS. It is required when running Atomize-node.

When running in Node, an npm install atomize-client will work. When running client side, you'll need to <script>-include both cereal.js and atomize.js.

Please see the main AtomizeJS site.