MessagePack is an efficient binary serialization format. It's like JSON. but fast and small.
This repository is divided to multiple implementation probjects on https://github.com/msgpack organization.
- Node.JS: https://github.com/msgpack/msgpack-node
- D: https://github.com/msgpack/msgpack-d
- Go: https://github.com/ugorji/go-msgpack
- Python: https://github.com/msgpack/msgpack-python
- Ruby: https://github.com/msgpack/msgpack-ruby
- Java: https://github.com/msgpack/msgpack-java
- Scala: https://github.com/msgpack/msgpack-scala
- CLI/C#: https://github.com/msgpack/msgpack-cli
- Objective-C: https://github.com/msgpack/msgpack-objectivec
- Perl: https://github.com/msgpack/msgpack-perl
- Haskell: https://github.com/msgpack/msgpack-haskell
- PHP: https://github.com/msgpack/msgpack-php
- OCaml: https://github.com/msgpack/msgpack-ocaml
- C/C++: https://github.com/msgpack/msgpack-c
- Erlang: https://github.com/msgpack/msgpack-erlang
- Smalltalk: https://github.com/msgpack/msgpack-smalltalk
- JavaScript: https://github.com/msgpack/msgpack-javascript