Paper Contents
Abstract
Real-time code editor refers to the concept that a group of geographically separated users can work on the same files at the same time. In the past, when users wanted to share a file, they sent the entire copy via email or an internal communication channel. When another user wants to edit a file, the user downloads a copy and edits it locally and sends the edited copy to the affected group through a communication channel. During this process there may be another user who is working on the previous copy and has now received the new copy, the user must manually determine the changes made by the previous user and fix any collisions, then redo the modified copy submit. This process is slow and time consuming. Code! T solves this problem by allowing multiple users to access and make changes to a file so other users can see the changes immediately. Nowadays they have become quite famous due to the obvious benefits of pair programming. Pair programming allows two or more programmers to work together on the same program. This increases productivity, improves code quality, and helps solve problems more easily (more intelligence per problem). We developed the platform, the Collaborative Code Editor, a real-time online code editor to make development easier for the couple. It is a web-based application that allows multiple users to view and edit code files simultaneously in a distributed environment. We designed features to ensure seamless editing between users.
Copyright
Copyright © 2023 Apeksha Choudhary. This is an open access article distributed under the Creative Commons Attribution License.