Skip to content

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.

Notifications You must be signed in to change notification settings

ShubhamDevghare/Collaborative-Code-Editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published