Tag: MessagePack
All the articles with the tag "MessagePack".
-
Hands-On Guide: How to Use MessagePack to Optimize Data Transmission in HTTP Interfaces with Rust
Published date:MessagePack is an efficient binary serialization format. It supports multi-language data exchange. Compared to JSON, it is more compact and faster in processing.