This is a gRPC server which exposes the apis from the gocs-core CSGO demo analyzer as gRPC services.
Usage:
- Clone the repo
- Create a
.env
file and set the appropriate variables. (See theenv_sample
file for reference.) - Run the server without building
go run main.go
or build and run the executablego build main.go && ./main
.