/proto-java-csharp

netty protobuf example, with java server and c# client

Primary LanguageC#MIT LicenseMIT

proto-java-csharp

This is a protobuf example project. Server uses Netty with java code, and client uses DotNetty with c# code.

Notice:

maven protobuf message compile: protobuf:compile

c# (vs2015) protobuf message compile: python $(ProjectDir)\proto\protobuf.py -o$(ProjectDir)\GenCode -i$(ProjectDir)\proto