@c3exchange/msgpack.js
v1.0.0
Published
Extensible MsgPack library with BigInt & Date support
Downloads
6
Readme
msgpack.js
An extensible message-pack encoder/decoder library that supports bigint
s and Date
s.
Installation
npm install --save @c3exchange/msgpack.js
License
Apache 2.0
Credits
We would like to mention and thanks https://github.com/kawanet/msgpack-lite because MsgPack code is based on some ideas from this project.