I heard there was a way to perform Multiplayer for turn-based games without using servers, may I get the relevant-API and a brief overview of the dataflow? A code example would also be extremely helpful, if possible.
Answer by Gosen Gao · Jun 14 at 07:42 AM
If it is a simple turn-based game like chess, it can be implemented with Shared Group Data and Cloud Script/Azure Function.
Please note that the client API has a limit of 100 calls per 2 minutes, since your client may need to poll Shared Group Data for the current turn.
How to get data online players? 2 Answers
How would I get another users' password? 1 Answer
Playfab Website, Server Performance Issues 1 Answer
Development workflow within PlayFab 2 Answers