Tech stack:<p>- Passkey for registration and login<p>- JSON Web Tokens for game server authentication<p>- WebSocket for real-time notifications and tunneled communication between server and player<p>- WebRTC for real-time communication between host and players<p>- Web Crypto API for server configuration and player scores handling<p>Source code:
<a href="https://github.com/MiguelRipoll23/wheel-ball">https://github.com/MiguelRipoll23/wheel-ball</a><p>Feedback appreciated.