Skip to content

zeptonaut/golang-rpc-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

golang-rpc-example

Simple server and client that communicate using Go's RPC library.

Start the server with:

> go run server.go

Then send an RPC from the client with:

> go run client.go --factor1=12 --factor2=13
156

About

Example of how to make an RPC using golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages