Up to date

This page is up to date for Godot 4.3. If you still find outdated information, please open an issue.

BlaziumClient

Inherits: Node < Object

Inherited By: AuthoritativeLobbyClient, LobbyClient, LoginClient, MasterServerClient, POGRClient

Base node for connecting to the Blazium services.

Description

The BlaziumClient node provides an interface for connecting to the Blazium services. These services are designed to simplify game development with aspects such as multiplayer, authentication, etc.

Developers have the flexibility to either:

  • Connect to the free Blazium services hosted on the blazium.app domain.

  • Self-deploy the Blazium services on their own infrastructure for full control and customization.

+---------------------+               +---------------------+
| Blazium Engine      |   HTTP and    | Blazium Service     |
|---------------------|   WebSocket   |---------------------|
| - Send requests     |  <--------->  | - Handle requests   |
| - Receive responses |               | - Send responses    |
+---------------------+               +---------------------+