An easy to use Collaborative Code Editor written using Node.js, React, Redux, Socket.io and MongoDB.
Supports auto completion and syntax highlighting for multiple languages. No limit on participants. It uses the React wrapper for Monaco editor.
# Download
git clone https://github.com/Nobitaaah/code-live
cd code-live
npm install
# You need to setup a MongoDB Atlas then replace the config vars in ./config.
node server.js
npm run start
# Go to http://localhost:3000 to see it live.
The code editor won't work on mobile as Monaco Editor has weird issues with touch devices. Will add a read-only mode for mobile users in the future.
- Add tests
- Add an option to save code
- Add an option for real-time compilation
- Allow webcam streaming
- Add admin controls for creator of room
- Use Docker
- Add support for mobile
- Improve code quality