Party #

Party Service

The Party service provides an entry point into the game flow. This service allows players to create a party, configure their game, and make selections. Using the Party Plugin and leveraging extension data, developers can create custom party configurations and workflows.

This service coordinates invites and shared player states in real time. Pragma Engine’s deterministic routing capability allows for calls from players to arrive at the correct service node, eliminating unnecessary load. The engine uses a persistent WebSocket connection to send broadcasts to clients so that each party is synchronized to maintain integrity of the party state. The Party service is massively parallel to support thousands of parties per box and scale horizontally to any number of Party service instances.

In this guide, we’ll take a look at some key concepts, and then we’ll dive into party implementation specifics, with categories of calls and methods that can be used to create custom party flows.

Contents #

TopicDescription
Party ComponentsComponents that make up the Party service.
Party TasksThe main flows that a party goes through from party creation to entering matchmaking.
Party SDK and EventsSDK methods and events for the Party service.