An open API service indexing awesome lists of open source software.

https://github.com/devnadeemashraf/codertc-backend

Backend Written in Express with TypeScript for CodeRTC
https://github.com/devnadeemashraf/codertc-backend

Last synced: 9 months ago
JSON representation

Backend Written in Express with TypeScript for CodeRTC

Awesome Lists containing this project

README

          

# CodeRTC Backend

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.

## Overview

1. A **TypeScript** backend using **ExpressJS**.
2. Custom Authentication and Authorization services that uses HTTP Only JWT Cookies.
3. PostgreSQL Database made possible via **NeonDB**.
4. Real-Time Collaborative Capabilities via **Socket.io**
5. Implented Caching to improve load time via **Redis**
6. Integrated **Monaco Editor** as the code editor and **Judge0** for Code Compilation.