Skip to main content

Crate aetheris_server

Crate aetheris_server 

Source
Expand description

Aetheris server library.

Contains the core logic for the authoritative game server, including the tick scheduler and configuration management.

Re-exports§

pub use multi_transport::MultiTransport;
pub use tick::TickScheduler;

Modules§

auth
Authentication and session management for the game server.
config
Server configuration management.
matchmaking
multi_transport
Aggregates multiple GameTransport implementations into one.
telemetry
Telemetry gRPC service implementation + JSON HTTP handler.
tick