Code Flow Nexus is a real-time collaborative code editor designed to streamline coding sessions, enhance productivity, and facilitate seamless collaboration among developers. With Code Flow Nexus, users can write, share, and edit code in real time, making it ideal for pair programming, coding interviews, and live coding sessions.
- Features
- Technologies Used
- Installation
- Environment Variables
- Usage
- Project Structure
- Contributing
- License
- Real-Time Collaboration: Write, edit, and view code changes in real time.
- Syntax Highlighting: Supports multiple programming languages with syntax highlighting.
- Multiple User Sessions: Enables multiple users to join and collaborate in the same coding session.
- Session Management: Create unique rooms with unique IDs for secure and private sessions.
- Customizable Editor: Change themes, fonts, and editor settings to suit your coding preferences.
- Frontend: React, JavaScript, HTML, CSS
- Backend: Node.js, Express.js
- WebSocket: Socket.IO for real-time updates
- Database: MongoDB (or alternative database for session management)
- Hosting: Render for backend deployment
-
Clone the repository:
git clone https://github.com/UdayVaidya/CodeFlow-Nexus.git cd CodeFlow-Nexus
-
Install dependencies:
npm install cd client npm install cd ..
-
Start the development server:
npm run dev
-
Run frontend and backend concurrently:
npm run start
To run this project, you will need to add the following environment variables in a .env
file in the root of the project:
- Open the application in your browser.
- Create a new session or join an existing session by entering the session ID.
- Start coding! Your code will be synchronized in real-time across all participants.
- Customize the editor settings as needed.
Contributions are welcome! To get started:
- Fork the repository.
- Create a new branch (
git checkout -b feature/YourFeatureName
). - Make your changes.
- Commit your changes (
git commit -m 'Add some feature'
). - Push to the branch (
git push origin feature/YourFeatureName
). - Open a pull request.
Please ensure your code adheres to the project's coding style and includes comments/documentation where necessary.
This project is licensed under the MIT License - see the LICENSE file for details.