mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-03-18 20:38:00 +01:00

MessagePack
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/msgpack/msgpack-go
- 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
Description
Languages
Text
100%