This is an example program written in C# that shows you how to use HiveMP Game Servers with Google Cloud Functions to coordinate on-demand game server provisioning.
Refer to the How-To Guide: Provisioning game servers for information on how to use this example.
Remember to set the following environment variables before launching the application via Visual Studio:
API_KEY
: The HiveMP public API key for your project.GCF_ENDPOINT
: The endpoint for your Google Cloud Function.
This example is MIT licensed.