Peer Code is a real-time peer-to-peer code collaboration platform. It allows to share code with others in the room in real time. It also offers chat and voice call facilities at a reasonable bandwidth requirement.
Live at https://heuristic-goldberg-ad7b7a.netlify.app
PeerCode is running on the top of following technologies:
- React
- NodeJS (Express)
- WebRTC
- Socket.io
(Make sure you have NodeJS and NPM installed on your machine)
- Fork this repository
- Clone the forked repository on your local machine using:
- Open client and server directories in different instances of your code editor.
- Install all the dependencies using
npm install
on both the client and server. - Finally start the application using
npm start
on both the client and server.