diff options
author | Adam <adam@adambard.com> | 2016-10-21 15:36:15 -0700 |
---|---|---|
committer | Adam <adam@adambard.com> | 2016-10-21 15:36:15 -0700 |
commit | a67deabb367663971e32cb14ef9b6617b4bd80a1 (patch) | |
tree | 0f907a122dab7b57742744c9a04d5de3f25d602e /messagepack.html.markdown | |
parent | 356547aaee51eac05d6bc44eff926de847802f8a (diff) |
Add messagepack as a tool
Diffstat (limited to 'messagepack.html.markdown')
-rw-r--r-- | messagepack.html.markdown | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/messagepack.html.markdown b/messagepack.html.markdown index 9291fffc..9234332f 100644 --- a/messagepack.html.markdown +++ b/messagepack.html.markdown @@ -1,5 +1,6 @@ --- -language: messagepack +category: tool +tool: messagepack filename: learnmessagepack.mpac contributors: - ["Gabriel Chuan", "https://github.com/gczh"] @@ -168,4 +169,4 @@ function mytipeDecode(data) { # References - [MessagePack](http://msgpack.org/index.html) -- [MsgPack vs. JSON: Cut your client-server exchange traffic by 50% with one line of code](http://indiegamr.com/cut-your-data-exchange-traffic-by-up-to-50-with-one-line-of-code-msgpack-vs-json/)
\ No newline at end of file +- [MsgPack vs. JSON: Cut your client-server exchange traffic by 50% with one line of code](http://indiegamr.com/cut-your-data-exchange-traffic-by-up-to-50-with-one-line-of-code-msgpack-vs-json/) |