Skip to content
This repository has been archived by the owner on Apr 2, 2020. It is now read-only.

Latest commit

 

History

History
18 lines (10 loc) · 712 Bytes

File metadata and controls

18 lines (10 loc) · 712 Bytes

Game Server Endpoint Client (HiveMP C# Example)

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.

Overview

Refer to the How-To Guide: Provisioning game servers for information on how to use this example.

Configuration

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.

License

This example is MIT licensed.