tsivinsky / micro

Playing with net/rpc package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Me playing with net/rpc package in Go

app

main app, connects to both micro services

math-service

service to sum ints

time-service

service get current time

Usage

Start math-service, time-service and app separately with go run.

go run math-service
go run time-service
go run app

About

Playing with net/rpc package


Languages

Language:Go 100.0%