Skip to content

rakeshriv/Protobuf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Protobuf

Client-Server program using Protocol Buffers.

This is a very basic vanilla program to depict the usage of protocol buffers to serialiase/deserialise structured data. The client/server model helps to show how the data is transferred between two applications.

I am using golang for the first time to implement this. I have a similar requirement in my current project at work and starting off with a small application seems to be the right starting point to help me wrap my head around protocol buffers and golang.

Dependency -

About

Client-Server program using Protocol Buffers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages