sticknycu / go-serve

distributed systems laboratory

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-serve

Homework 1

Client-Server app that uses goroutines. Every goroutines simulates 1 client.

Connection client-server is using gRPC.

In order to generate go files used in project by the .proto file use the following command:

protoc --go_out=. --go_opt=paths=source_relative \
    --go-grpc_out=. --go-grpc_opt=paths=source_relative \
    proto-files/route_guide.proto

About

distributed systems laboratory

License:GNU General Public License v3.0


Languages

Language:Go 100.0%