atomize-client
v0.4.16
Published
Client library for AtomizeJS: JavaScript DSTM
Downloads
9
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.