Skip to content

msgpack/msgpack-javascript

Repository files navigation

MessagePack for JavaScript Build Status

This is the pure-JavaScript implementation of MessagePack:

https://msgpack.org/

Stability

This is under development until v1.0.0. Any API will change without notice.

Usage

TBD

Install

npm install @msgpack/msgpack

License

Copyright 2019 The MessagePack Community.

This software is licensed under the ISC license:

https://opensource.org/licenses/ISC

See LICENSE for details.