This is the pure-JavaScript implementation of MessagePack:
This is under development until v1.0.0. Any API will change without notice.
TBD
npm install @msgpack/msgpackThe NPM package distributed in npmjs.com includes both ES2015+ and ES5 files:
/distis compiled into ES2015+/dist.es5is compiled into ES5 and bundled to singile file
If you use NodeJS and/or webpack, their module resolvers use the suitable one automatically.
Copyright 2019 The MessagePack Community.
This software is licensed under the ISC license:
https://opensource.org/licenses/ISC
See LICENSE for details.