From c3d095a72cc603e2c66723a68237b7c64a0e1ba2 Mon Sep 17 00:00:00 2001 From: Faraz Fallahi Date: Sun, 27 Jul 2014 18:34:27 +0430 Subject: [PATCH] MessagePack --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a7ea918..42cc342 100644 --- a/README.md +++ b/README.md @@ -245,6 +245,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin * [Cap'n Proto](http://kentonv.github.io/capnproto/) - Fast data interchange format and capability-based RPC system. * [cereal](https://github.com/USCiLab/cereal) - A C++11 library for serialization. * [FlatBuffers](https://github.com/google/flatbuffers) - A Memory efficient serialization library. +* [MessagePack](https://github.com/msgpack/msgpack-c) - Efficient binary serialization format "like JSON" for C/C++. - [WebPage](http://msgpack.org/) * [protobuf](http://code.google.com/p/protobuf/) - Protocol Buffers - Google's data interchange format. ## Web Application Framework