Skip to content

Easy to use Collaborative Code Editor written using Node.js, React, Redux, Socket.io, and MongoDB

License

Notifications You must be signed in to change notification settings

Nobitaaah/code-live

Repository files navigation

CodeLive

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.

image

Getting started

# 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.

TODO

  • 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

About

Easy to use Collaborative Code Editor written using Node.js, React, Redux, Socket.io, and MongoDB

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published