msgpack.js, a simple adaptation from github.com/ygoe/msgpack.js
MessagePack for ECMA-262/JavaScript/TypeScript
msgpack encoder and decoder in pure javascript based on creationix/msgpack-js updated to match the new v5 specification with string support.
Fast Pure JavaScript MessagePack Encoder and Decoder
MessagePack for JavaScript/ECMA-262, with changed behavior for BigInts
TypeScript definitions for msgpack-lite
MessagePack for ECMA-262/JavaScript/TypeScript
A fast Node.js implementation of the latest MessagePack spec
MsgPack Protocol support for ASP.NET Core SignalR
msgpack encoder and decoder in pure javascript
Msgpack-RPC(v5 spec) implementation
High-performance JSON serialization library
Stream of msgpack protocol
Transparent MessagePack middleware for Express
A msgpack v5 implementation for node.js and the browser, with extension points
A minimalistic MessagePack encoder and decoder for JavaScript.
MessagePack for ECMA-262/JavaScript/TypeScript
Framed Msgpack RPC for node.js
socket.io parser based on msgpack
Encoding/Decoding to/from JSON/CBOR/MsgPack
No description provided.
MessagePack for ECMA-262/JavaScript/TypeScript
Node.js body parsing middleware extended with messagepack support
A minimal yet complete MessagePack implementation for JavaScript
A simple Ruby script that can convert between different formats (msgpack / json / yaml / toml).
Interchange formats like json or xml are great to keep data visible, but due to their parse and pack complexity they aren't used in embedded applications. There are alternatives like msgpack or Google's protocol buffer, which allow a more binary representation of data, but these protcols are still heavy and developers tend to rather implement their own 'simple' binary protocols instead of porting or using the big ones.
No description provided.
No description provided.