Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Real-time Code Editing using WebSockets #110

Open
4 tasks
Anikesh02 opened this issue Sep 29, 2024 · 0 comments
Open
4 tasks

Implement Real-time Code Editing using WebSockets #110

Anikesh02 opened this issue Sep 29, 2024 · 0 comments
Assignees

Comments

@Anikesh02
Copy link
Contributor

Anikesh02 commented Sep 29, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant