Last Updated: 3/15/2022, 8:31:13 AM

# Play Overview

# Overview

The AccelByte Play services help you spawn and manage gameplay sessions. Our Matchmaking service lets you put players together according to rules that you can define and customize. Armada, our fleet management service, is a provider agnostic service that helps you spawn dedicated servers on cloud and bare metal machines across multiple regions.

The AccelByte Play Services offer several advantages for game developers, including:

  • Developer-driven matchmaking rules With the AccelByte Matchmaking service, you can create your own matchmaking and flexing rules based on parameters of your choosing.
  • Easy backfilling You can easily requeue your game sessions into the matchmaker to backfill any missing spots.
  • Quality of service guaranteed The Armada fleet management service can spawn dedicated servers in the regions closest to the players that need them.
  • Game mode specific dedicated servers The matchmaking service works seamlessly with the Armada fleet management service to allow you to have a specific matchmaking ruleset that spawns a specific dedicated server for a unique game mode.
  • Maximum cost efficiency By combining the static but more cost efficient bare-metal servers with the elastic cloud to handle traffic spikes, you can keep hosting costs down without sacrificing performance.
  • Professional support We’ll help you create a service profile that is best fitted to your game. Our dedicated team can help you understand how to provision bare metal machines and cloud environments to get the most out of your hosting.

AccelByte Play also supports Peer-to-peer (P2P) connections using WebRTC (opens new window) communications with Session Traversal Utilities for NAT (STUN) and Traversal Using Relays around NAT (TURN) protocol to handle multi-party calls.

# Table of Contents

Lobby Start here to learn how you can implement our Lobby service within your game. The lobby serves as the main hub where players join sessions or wait to be matchmade with other players.
Matchmaking Here you can learn how to create your own matchmaking rules and enable matchmaking in your game.
Matchmaking with Dedicated Server Here you can learn how to integrate Matchmaking with our Dedicated Server Manager, Armada.
Armada Here you can learn about Armada, our Dedicated Server Manager that comes with built-in auto-scaling logic that matches hosting capacity to player volume.
Session Browser Here you can learn about session browser to store your game session data.