TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Whell Ball: multiplayer game for the web

1 pointsby PhilDunphy235 months ago

1 comment

PhilDunphy235 months ago
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:&#x2F;&#x2F;github.com&#x2F;MiguelRipoll23&#x2F;wheel-ball">https:&#x2F;&#x2F;github.com&#x2F;MiguelRipoll23&#x2F;wheel-ball</a><p>Feedback appreciated.