the aim of this project was to use gRPC to deal with all the logic and having a frontend facing gateway to deal with http requests.
I'll first start by using an express server and then explore other options
> npm install
run gRPC server:
windows
> go run .\gameService\gameServiceServer.go
linux
> go run gameService/gameServiceServer.go
windows
> node .\gatewayNodejsServer\server.js
linux
> node gatewayNodejsServer/server.js
OR
windows
> go run .\gatewayNegroniGoServer\gateway.go
linux
> go run gatewayNegroniGoServer/gateway.go
OR
windows
> go run .\gatewayGorillaGoServer\gateway.go
linux
> go run gatewayGorillaGoServer/gateway.go
> go install golang.org/x/tools/cmd/godoc@latest