Skip to content

eaba/proto-java-csharp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

netty protobuf example, with java server and c# client

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 99.4%
  • Other 0.6%