dummy-agones
Dummy Agones SDK server for testing Agones integration.
Note: proto comes directly from the agones repository.
Usage
The server (started with dummy-agones) will serve HTTP traffic on port 9357 (Agones SDK default).
Apart from Agones SDK's gRPC it handles following endpoints:
GET /- to retrieve currentGameServerconfiguration as YAMLPOST /- with YAML data to updateGameServerconfiguration
Retrieving configuration:
Updating configuration (--data-binary @file.yaml can be handy):
All changes are reflected in Agones SDK gRPC and all watchers are notified when there's a change.