npm install microjsMicroJS
==========================
A protocol buffer for javascript used to serialize JSON into miniature binary packets.
Why use MicroJS?
--------
By using predefined schemas to map your JSON objects into binary array buffers, MicroJS achieves on average a much better compression rate
than standard string compression libraries such as GZip (with a much lower computational cost).
This makes it an excellent tool for applications or games that use web sockets to rapidly transfer large amounts of data between the client and server.
#### Average compression rates:
- zlib/gzip: 73%
- microjs: 83%
Tested In
--------
- Node.js (0.10.18)
- Google Chrome (31)
- Mozilla Firefox (23)
- Safari (6)
- Internet Explorer (11)
Installation
---------