Skip to content

MessagePack serializer and RPC implementation for Erlang

Notifications You must be signed in to change notification settings

jacktang/msgpack-erlang

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MessagePack Erlang

image

prequisites for runtime

Erlang runtime system (http://erlang.org/)

rebar.config

{deps, [
  {msgpack, ".*",
    {git, "git://github.com/msgpack/msgpack-erlang.git", "master"}}
]}.
Ham = msgpack:pack(Spam),
{Spam, <<>>} = msgpack:unpack(Ham).

License

Apache License 2.0

About

MessagePack serializer and RPC implementation for Erlang

Resources

Stars

Watchers

Forks

Packages

No packages published