This project provides a platform for users to engage in 1-1 coding challenges, featuring a rating management system and a WebSocket-based matchmaking system.
- Technology Stack: Go, gRPC, PostgreSQL
- Description: Manages user ratings and stores them in a PostgreSQL database. Provides a gRPC API for interaction with the rating data.
- Technology Stack: Go, WebSocket
- Description: Handles real-time communication and matchmaking for coding challenges based on user ratings.
The 1-1 Coding Matchmaking Challenge Site combines a rating management system and a matchmaking system to facilitate balanced and competitive coding challenges. The rating management system tracks and updates user ratings, while the matchmaking system pairs users for challenges based on these ratings, ensuring a fair and engaging experience.