forked from uweeby/Insight
-
Notifications
You must be signed in to change notification settings - Fork 5
BuildScript
uwee edited this page Feb 10, 2019
·
7 revisions
The BuildScript helps automate the horizontal scaling process needed to setup a MasterServer architecture. While developing with a single click it can generate all of the requires helper applications along with your normal client and server applications. Last when its time to release the same BuildScript can be integrated with your CI pipeline.
RemoteSpawner - ProcessSpawner that connects to a MasterServer.
BasicGameServer - GameServer that does not connect to MasterServer.
ManagedGameServer - GameServer that registers to MasterServer on start.
MatchMaker -
MatchMakingClient -