Skip to content

mfbmina/poc_rpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PoC RPC

Used as a PoC for:

It defines a RPC server and a client.

The server will receive a request from the client and respond with PONG if the message is PING.

The client will wait for an input from the user and send it to the server.

Running

  1. $ go run client/main.go
  2. $ go run server/main.go

About

PoC of a RPC server and client written in Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages