Add stack section to README

Added stack information detailing primary and legacy technologies.
This commit is contained in:
Andrew
2026-02-09 00:14:06 +03:00
committed by GitHub
parent d8fdf995b7
commit 7fa4fcc83d

View File

@@ -14,6 +14,10 @@ VexoraDevelopment builds high-performance Minecraft: Bedrock server tooling and
- `domain` - business logic, managers, use-cases.
- `storage` - persistence layer and data providers.
## Stack
- Primary stack: **Go (Golang)**.
- Legacy/prototype modules are sometimes implemented in **PHP**.
## Engineering principles
- Predictable module boundaries.
- Runtime safety first (deadlock avoidance, transaction discipline, watchdogs).