feat: add initial Socket.IO queue server implementation

- Created a basic Socket.IO server that manages user connections and queues for events.
- Implemented queue logic to handle concurrent user limits and JWT token issuance.
- Added MySQL configuration for potential persistence of queue positions.
- Introduced environment variables for configuration through a .env.example file.
This commit is contained in:
2025-09-19 18:49:12 +02:00
parent e11466d3db
commit e60c801f4e
7 changed files with 765 additions and 97 deletions

3
.gitignore vendored
View File

@@ -31,7 +31,8 @@ yarn-error.log*
.pnpm-debug.log*
# env files (can opt-in for committing if needed)
.env*
.env
.env.local
# vercel
.vercel