Re: Implementing highly efficient binary protocol clients ands server using Google Protocol Buffers and Netty

2009-01-13 Thread Trustin Lee
Netty 3.1.0.ALPHA3 has been released today - you don't need to build from the source anymore. Please visit the documentation page below and click the 'LocalTime' example: * http://www.jboss.org/auth/netty/documentation.html Thanks, Trustin On Jan 7, 9:34 pm, Trustin Lee trus...@gmail.com

Implementing highly efficient binary protocol clients ands server using Google Protocol Buffers and Netty

2009-01-07 Thread Trustin Lee
Hi folks, As I posted a topic here before, I have done some integration for protobuf and Netty to enable the rapid implementation of highly efficient binary protocol clients and servers. With both technologies combined, you can build a socket client / server with protobuf very quickly. I'd