Skip to content

ThomasITU/DISYSPrep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Some hopefully useful code snippets for DISYS exam

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages