Hi,
AppWarp provides two types room:
1. Normal Room: Where users can join and communicate with each other on real time using APIs such as sendChat, sendUpdatePeers
2. Turn-based Room: Where users can join and start the game to play turn-based games. All the turn management logics are already written on the server side, you just have to call the related APIs.
In your case you go with the first option. Please have look at our Dev Center and Complete API reference for more details.
Feel free to reach out to us in case of any further query.
Thanks.