Skip to content

Eager31/go-proto-exchange

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo

This repo holds a simple proto handshake between a go server and a go client

Instructions

Generates message.pb.go

  • protoc --go_out=proto proto/message.proto

Build

  • go build -o bin/server.exe ./cmd/server
  • go build -o bin/client.exe ./cmd/client

Run

  • ./bin/server.exe
  • ./bin/client.exe

About

Demo how to exchange proto handshake in go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages