Linux
mix deps.get
iex -S mix
Msgpack serialization
mix release.init
MIX_ENV=prod mix release
mix test
Sending post to with encoded with Base64 Msgpack binaries
Post -> Raw_binary -> Msgpack.pack -> Base64.encode
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Linux
mix deps.get
iex -S mix
Msgpack serialization
mix release.init
MIX_ENV=prod mix release
mix test
Sending post to with encoded with Base64 Msgpack binaries
Post -> Raw_binary -> Msgpack.pack -> Base64.encode