Avalon Server¶
Official server-side solution for the Avalon ARPG: API, authentication, world simulation, networking, persistence, telemetry, and extensibility frameworks.
For a full project overview, see the README on GitHub.
Components¶
| Component | Role |
|---|---|
| REST API | HTTPS/JWT, account management, OpenAPI |
| Auth Server | TCP login flow, MFA, world-key issuance |
| World Server | Game simulation loop, packet dispatch, world lifecycle |
| Core World | Instanced maps, entities, spell/creature systems, chat |