Skip to content

meros/go-protobuf-clientserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-protobuf-clientserver

This is a simple client and server that uses protocol buffers frame delimeted by a big endian uint32. Mostly PoC right now, might evolve into something useful...

  • client - connects to localhost 8080 and sends packet
  • server - listens on 8080 and receives, prints, packets
  • protocol - the common protocol
  • protocoder - common functionality to decode/encode packets
  • connchan - channel with incoming connections

Status

Done. This is an example project, unlikely to turn into anything else.

About

Client server test with protobuf as protocol

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages