Real-time multiplayer ping-pong game with invites, chat and gamification features (NestJS, ReactJS).
This project is a multiplayer real-time ping-pong web application. The backend is built using NestJS and TypeScript, with PostgreSQL as the database. The single-page application is compatible with the latest versions of Google Chrome and Firefox. Security measures include password hashing, SQL injection protection, and server-side validation for user inputs. Users can log in via the OAuth system of 42 intranet, customize their profiles with unique names and avatars, and enable two-factor authentication. They can add friends, view user statuses, and access match history. Users can create public, private, or password-protected chat channels, send direct messages, and block users. Channel owners have administrative privileges and can invite others to play Pong. Users also can engage in live Pong matches through a matchmaking system. The chat and real time game play was implmented using websockets through socket.io library. the whole project is containerized using docker and managed using docker-compose. the project was a great opportunity to learn about websockets and how to use them to build real time applications. it also helped me better understand the concepts of microservices and how to implement them using nestjs. i also learned about the importance of security and how to implement it in web applications. overall, the project was a great learning experience and i enjoyed working on it.