DhanushNehru / DhanushNehru/CustomCodeEditor

Implement Real-time Code Editing using WebSockets

Open
#110 0 comments 0 reactions 1 assignee Claimed by @Anikesh02 View on GitHub
Dominant language
JavaScript
Stars
73
Forks
65
PR merge metrics
No merged PRs in 30d

Description

# Implement Real-time Code Editing with WebSockets

## Description
Transform the existing code editor into a real-time collaborative coding environment using WebSockets.

## Proposed Features
- Allow multiple users to edit code simultaneously
- Display other users' cursor positions in real-time
- Show a list of currently active users

## Technical Considerations
- WebSocket implementation for real-time data synchronization
- Robust error handling and connection management

## Acceptance Criteria
- [ ] Users can see changes made by others in real-time
- [ ] Conflicts between simultaneous edits are resolved automatically
- [ ] User cursors are visible to all participants
- [ ] A list of active users is displayed and updates in real-time

I am highly interested in contributing to this issue. Kindly assign this issue to me.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.