AppWarp is a platform for developing multiplayer games across multiple systems
AppWarp is a platform for developing multiplayer real-time games and applications. It provides cross-platform APIs for developers that enable them to add real-time communication to their games without doing any server-side or socket coding.
Features
Rooms and Lobbies are where all the game play and interactions between players happen. AppWarp SDKs provides APIs to join/leave, send updates and chats in a room to facilitate this communication.
Matchmaking APIs allow developers to support quick play modes and reduce the amount of time spent scanning for the desired game rooms.
Persistent properties and arbitration APIs allow developers to associate data with rooms in the form of key value pairs which persists throughout the lifetime of the room. It also allows developers to resolve complex synchronization and arbitration problems through lock/unlock property APIs.
Geolocation choice gives developers the option to pick the location (from across the globe) where their AppWarp backend will be deployed so that the end users get minimum latency when connecting.
Connection Resiliency APIs allow mobile games to restore their game state and continue from where they were during intermittent connectivity issues common on mobile devices.
A development Center makes guides and tutorials available to developers.