Messagepack data formatter

33 views
Skip to first unread message

Takuya Ueda

unread,
Aug 6, 2012, 5:40:53 AM8/6/12
to golang...@googlegroups.com
Hi everyone.

Currently, we are using goweb at our project.
Goweb is great framework!
I'd like to use message pack as response and request data format on goweb.
Because messge pack is very compact binary data format and we want to use in communicating with iPad and GAE server. 
But currently goweb supports only JSON and XML format.
So I developed a plugin for message pack which provides implementations of goweb.Formatter and goweb.RequestDecoder.
The source code is committed  on my github (https://github.com/tenntenn/goweb-msgpack).
Everyone can use it.

Best regards,
Takuya Ueda

matryer

unread,
Aug 6, 2012, 6:11:12 PM8/6/12
to golang...@googlegroups.com
Great stuff - can you see value in integrating into the primary code?

matryer

unread,
Aug 6, 2012, 6:23:43 PM8/6/12
to golang...@googlegroups.com
I've added it to a new page on the GoWeb wiki: http://code.google.com/p/goweb/wiki/ExternalPlugins

Thanks


On Monday, August 6, 2012 3:40:53 AM UTC-6, Takuya Ueda wrote:

Tyler

unread,
Aug 6, 2012, 6:31:26 PM8/6/12
to golang...@googlegroups.com
I can certainly see value in integrating this into the main codebase. The more formatters we support out of the box, the better. 

In fact, I wouldn't mind using this myself instead of JSON. 

Sent from my iPhone

Takuya Ueda

unread,
Aug 7, 2012, 12:47:23 AM8/7/12
to golang...@googlegroups.com
Thanks!
I hope my code will be integrated  into main codebase.

2012年8月7日火曜日 7時23分43秒 UTC+9 matryer:

matryer

unread,
Sep 19, 2012, 4:13:23 PM9/19/12
to golang...@googlegroups.com
If we do integrate it, won't that add an additional requirement on message pack for Goweb?

Mat
Reply all
Reply to author
Forward
0 new messages