diff --git a/profile/README.md b/profile/README.md index e4822ff..016b14d 100644 --- a/profile/README.md +++ b/profile/README.md @@ -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).