Jibe provides the key building blocks to create low latency multiplayer mobile games.
Discover new games through app presence synchonized with your friend list. Anytime you're ready to play, just instant challenge someone right into a game. To make sure you'll always have a good experience, Jibe will ping before you play, to check network connectivity. If your friends are busy, Jibe will match you up with another player.
Once in-game, your experience is optimized as Jibe provides the fastest path possible for real-time data between phones. If you want to talk a little smack or just see how it's going, in-game voice allows live talk, live text chat as well as live live video - in the game.
When you are ready for a head-to-head match, you want to find friends with games in common. This is done by the game making Jibe API calls over HTTP(S) to the Jibe Cloud.
Real time voice and video uses RTP over UDP.
Typical online gaming services require users to choose a nickname or assign a random ID during sign-up. While this protects the anonymity of the players, it makes it cumbersome to find real-life friends. Users need to exchange these IDs with their friends in order to “connect.” Of course this only works if both are aware of each other using the service. This limits the adoption of the service and slows viral promotion.
Jibe has designed the platform to leverage the users’ address books for discovering which real-life friends are also using the service and added a capability to exchange who has which application. This concept is called “Application Presence.” As soon as a user signs up, the system discovers which other address book contacts are also using Jibe and automatically “connects” users. Once connected, users can send Instant Challenges and track each other’s activity - including which apps their friends have downloaded.
Nickname-based communication, random match-ups and other use cases where anonymity is required are also supported by the platform.
Reducing latency is a critical ingredient in the Jibe platform. We've designed Jibe from the group up thinking about mobile and the next generation of real-time apps. We focus on all the variants of latency: (1) static latency, (2) dynamic latency and (3) protocol-induced latency.

This approach alone delivers a latency reduction of up to a few hundred milliseconds when compared to a “centralized” online gaming server (e.g. in the US), which is accessed by users in a different region (e.g. in Europe).
The key techniques for latency reduction are provided with the use of the Jibe SDK for developers. Based on global tests we have conducted, we are seeing the following performace benchmarks.
The following table shows typical latency figures from successfully established gaming sessions:

The performance has since been validated with additional game titles from various genres including a high-end car racing simulation, a 3D platform title and casual games leveraging the Jibe network for game data and additionally for live in-game audio and video.
As all mobile users know, there will be situations where the network coverage is too poor or the connection to unstable to sensibly use any application requiring data connectivity – let alone play an online game. So how do you avoid that users try to play each other (either directly or through a random match-up) and end up with a poor experience? The short answer is – "Ping before you play".
So how does Jibe reduce latency? The first step is to understand where gamers are located geographically so that packets don't bounce around the globe for no good reason. Once you know where two gamers are located we connect them through the Jibe Cloud.
Of course everybody is building games for a global user base – so being able to deliver this improvement to end users requires proxy/game server infrastructure in as many regions as possible – and that is what the Jibe Cloud is all about. Jibe has already been optimized in most major regions including: US (East Coast), US (West Coast), Germany (to serve central Europe), Spain (to serve Western Europe), Japan and Australia with more being added all the time.
The Jibe Real-Time Engine must be installed and running in the background on Android. The Jibe Engine is embedded within Arena so either the standalone engine or Arena must be installed.