cgbystrom / netty-tools

A collection of tools useful when working with JBoss Netty.
MIT License
259 stars 68 forks source link

msgpack http support? #5

Open arden opened 13 years ago

arden commented 13 years ago

there are any way for msgpack http support?

cgbystrom commented 13 years ago

That should be possible. I haven't looked at msgpack and msgpack-rpc in detail but I assume it's similar to Thrift. Both in terms of serialization and RPC handling.

I've also been keen on adding support for Kryo. But I haven't had any real use-case for it yet.