mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-04-26 15:13:56 +00:00
Add messagepack as a tool
This commit is contained in:
parent
356547aaee
commit
a67deabb36
@ -1,5 +1,6 @@
|
|||||||
---
|
---
|
||||||
language: messagepack
|
category: tool
|
||||||
|
tool: messagepack
|
||||||
filename: learnmessagepack.mpac
|
filename: learnmessagepack.mpac
|
||||||
contributors:
|
contributors:
|
||||||
- ["Gabriel Chuan", "https://github.com/gczh"]
|
- ["Gabriel Chuan", "https://github.com/gczh"]
|
||||||
@ -168,4 +169,4 @@ function mytipeDecode(data) {
|
|||||||
# References
|
# References
|
||||||
|
|
||||||
- [MessagePack](http://msgpack.org/index.html)
|
- [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/)
|
- [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/)
|
||||||
|
Loading…
Reference in New Issue
Block a user