Skip to content

protocol-diver/grpc-peer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

grpc-peer

Peer node implementation with Golang and gRPC.

  • Go1.19
  • gRPC

Role

package description
logger Print colorized message
model Define struct Peer, interface Dial
msg Code generated by protoc-gen-go-grpc
peer Implementation of Server and Client
main Make peers and run

Flow

  1. Client of SourcePeer runs MessageSend.
  2. MessageSend creates a new connection with DestinationPeer using its Port.
  3. MessageSend records the request to csv file.
  4. MessageSend returns a response.

About

Peer node implementation with Golang and gRPC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages