Categorygithub.com/ThomasITU/DISYSPrep
module
0.0.0-20211230232745-4a0197dff383
Repository: https://github.com/thomasitu/disysprep.git
Documentation: pkg.go.dev

# README

DISYSPrep

Some hopefully useful code snippets for DISYS exam

Protoc commands from cmd in parent folder - ./DISYSPrep

protoc --go_out=. --go_opt=paths=source_relative --go-grpc_out=. --go-grpc_opt=paths=source_relative Proto/renameService.proto

How to run

  • Start one server

go run .\Server\Server.go

  • Start multiple clients

go run .\Client\Client.go

3 commands from client further instructions will be displayed in the terminal

joinchat

getvalue

setvalue

Details

Server log is written everytime setvalue is invoked

# Packages

No description provided by the author
No description provided by the author
No description provided by the author