- Real time code syncing among peers 👨💻
- Executes code in Java, Python, C++, C 💻
- Real time video and audio call 📹
- Peers can have different themes for same environment 📹
- Clean UI ⚡
Remote pair programming is something developers have grappled with since well before the pandemic began.
- open the website https://peercoder.netlify.app/
- Click Room url button and copy the url given in the prompt
- Share that url with your peers and enjoy coding
- React.js - Frontend Framework
- Node.js - Backend Framework
- Socket.io - Client-Server Communication
- Peer.js - Client-Client Communication
- Ace editor - Code Editor
> Clone the repo
>> For Windows: Git Bash
>> For Linux: Terminal
>> git clone https://github.com/devmohit-live/PeerCoder
>> cd peer-coder
> Install all dependencies
>> npm i
> Spin the server on port 4000
>> cd backend
>> npm start
> Spin the react on port 3000
>> cd frontend
>> npm start
> Visit the website on http://localhost:3000/