In Chapter 1, you implemented a very simple way of server hosting. In this chapter, you go further and implement a more advanced solution with the help of PlayFab, as well as in Azure with Kubernetes and Agones. You will explore and learn what you need to create online multiplayer games.
First, you will review different server hosting alternatives. Then, using PlayFab’s multiplayer server hosting feature and the provided SDK, you will enable online multiplayer mode for your game.
In the second part of this chapter, you move on ...