docs: complete audit of all READMEs for consistency

This commit is contained in:
MacBook
2026-05-04 04:46:27 +02:00
parent c9ec6ce3e0
commit 5440d136fe
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -34,5 +34,6 @@ npm start
## Security
- **Rate Limiting**: IP-based connection limits and socket-based event limits.
- **Token Handshake**: Requires a valid token defined in `shared/constants.js`.
- **Token Handshake**: Requires a valid token defined in the root `shared/constants.js`.
- **Single Source of Truth**: The server imports constants directly from the root `shared/` directory.
- **In-Memory**: Rooms are automatically pruned after 2 hours of inactivity.