Skip to content

docs: add clustering guide for multi-node deployments#4

Merged
Taure merged 6 commits intomainfrom
docs/clustering
Mar 29, 2026
Merged

docs: add clustering guide for multi-node deployments#4
Taure merged 6 commits intomainfrom
docs/clustering

Conversation

@Taure
Copy link
Copy Markdown
Contributor

@Taure Taure commented Mar 29, 2026

Summary

  • Add clustering guide covering PostgreSQL NOTIFY via Shigoto for cross-node messaging
  • Covers sticky sessions, matchmaker coordination, and scaling guidelines

🤖 Generated with Claude Code

Taure and others added 6 commits March 29, 2026 08:46
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Add README with quick start, feature list, and game implementation example
- Add ex_doc guides: getting-started, rest-api, websocket-protocol, matchmaking, economy
- Configure rebar3_ex_doc with grouped modules and extras
- Remove competitive comparison section from ARCHITECTURE.md

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Covers PostgreSQL NOTIFY via Shigoto for cross-node messaging,
sticky sessions, matchmaker coordination, and scaling guidelines.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Players migrate to the match node at match start instead of routing
game traffic through PostgreSQL NOTIFY. This keeps match tick latency
at zero while only paying the reconnection cost once.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@Taure Taure merged commit bc75e4a into main Mar 29, 2026
15 checks passed
@Taure Taure deleted the docs/clustering branch March 29, 2026 18:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant