AppThreat/atom

[Node.js] MessagePack support for slices

Opened this issue · 0 comments

prabhu commented

We could investigate msgpackr followed by the official implementation.

https://github.com/kriszyp/msgpackr/tree/master
https://github.com/msgpack/msgpack-node

The exported file must be streamable and parseable in Python

As an experiment we can research bepop as well