Frontend made using React, Hooks, codemirror, and socket.io
Backend made using ExpressJS, and socket.io
Features supported :
- A common document with real time editing across multiple clients
- Syntax highlighting
- Code Compilation and Run
- Whiteboard only for client
- Custom Usernames
- Languages supported: C, C++, Python, and Javascript
Features Currently under development :
- Collaborative Whiteboard
- Audio call
Known Bugs/Issues :
- Cursor Placement/Movement Issues
- Username lists
Check it out at http://52.15.58.91:9000/
This repo uses whiteboard from https://github.com/joshborup/drawthings.fun/blob/master/src/components/WhiteBoard.js