You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a real-time chat application built with TypeScript and Socket.io, allowing users to communicate through direct messages, group messages, and channels. The application offers bidirectional communication between clients and the server, providing a seamless chat experience.
This is a Node.js backend server for a multiplayer chess game with real-time capabilities using WebSockets (`socket.io`). It features user authentication, game management, chat, and move tracking using MySQL and `chess.js` for game logic.