Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 347 Bytes

File metadata and controls

2 lines (2 loc) · 347 Bytes

Collaborative-Code-Editor

A real-time collaborative code editor backend built with Java 21 and Spring Boot 3.4, supporting simultaneous multi-user editing via WebSockets. It uses Kafka for scalable event broadcasting, PostgreSQL for persistence, Redis for session tracking, and Virtual Threads for high concurrency with LWW conflict resolution.