5 ms·
Tech stack: - Passkey for registration and login - JSON Web Tokens for game server authentication - WebSocket for real-time notifications and tunneled commun
by PhilDunphy23 2y ago
Tech stack:
- Passkey for registration and login
- JSON Web Tokens for game server authentication
- WebSocket for real-time notifications and tunneled communication between server and player
- WebRTC for real-time communication between host and players
- Web Crypto API for server configuration and player scores handling
Source code:
https://github.com/MiguelRipoll23/wheel-ball https://github.com/MiguelRipoll23/wheel-ball
Feedback appreciated.