2010-04-18 00:08:03 +09:00
|
|
|
MessagePack
|
|
|
|
===========
|
|
|
|
|
2013-01-03 19:04:51 -08:00
|
|
|
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
|
2010-04-18 00:08:03 +09:00
|
|
|
|