atomize-client
Version:
Client library for AtomizeJS: JavaScript DSTM
14 lines (10 loc) • 555 B
Markdown
# 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`](https://github.com/atomizejs/cereal/blob/master/lib/cereal.js)
and
[`atomize.js`](https://github.com/atomizejs/atomize-client/blob/master/lib/atomize.js).
Please see the main [AtomizeJS site](http://atomizejs.github.com/).