AppThreat / atom

Atom is a novel intermediate representation for applications and a standalone tool that is powered by chen.
https://appthreat.com
Apache License 2.0
43 stars 2 forks source link

[Node.js] MessagePack support for slices #36

Open prabhu opened 1 year ago

prabhu commented 1 year ago

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