Skip to content

lohitvijayarenu/netty-protobuf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To execute Server
java -cp ./netty-all-4.0.20.Final.jar:./protobuf-java-2.5.0.jar:target/netty-protobuf-0.0.1-SNAPSHOT.jar org.demo.nettyprotobuf.DemoServer

To execute Client
java -cp ./netty-all-4.0.20.Final.jar:./protobuf-java-2.5.0.jar:target/netty-protobuf-0.0.1-SNAPSHOT.jar org.demo.nettyprotobuf.DemoClient

About

simple example using netty and protobuf

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages