This repository is a part of a full-stack project called Code RTC.
CodeRTC, where RTC stands for Real Time Collaboration, is an online Coding Playground but with real-time collaboration capabilities.
- A TypeScript backend using ExpressJS.
- Custom Authentication and Authorization services that uses HTTP Only JWT Cookies.
- PostgreSQL Database made possible via NeonDB.
- Real-Time Collaborative Capabilities via Socket.io
- Implented Caching to improve load time via Redis
- Integrated Monaco Editor as the code editor and Judge0 for Code Compilation.