@ably/msgpack-js

msgpack encoder and decoder in pure javascript based on creationix/msgpack-js updated to match the new v5 specification with string support.

Usage no npm install needed!

<script type="module">
  import ablyMsgpackJs from 'https://cdn.skypack.dev/@ably/msgpack-js';
</script>

README

msgpack-js

This is a second-generation fork of msgpack-js.

Original version: creationix/msgpack-js

First fork: chakrit/msgpack-js, porting to msgpack v5

Second fork: paddybyers at ably-forks/msgpack-js, adding a 'sparse' encoding option, updating buffer handling, adding some extra guards and safety checks, and other fixes.

Installing

$ npm i @ably/msgpack-js