Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.17 KB

README.md

File metadata and controls

28 lines (21 loc) · 1.17 KB

logo

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

Technologies Involved

PeerCode is running on the top of following technologies:

  • React
  • NodeJS (Express)
  • WebRTC
  • Socket.io

Setting up the Project

(Make sure you have NodeJS and NPM installed on your machine)

  1. Fork this repository
  2. Clone the forked repository on your local machine using:
  3. Open client and server directories in different instances of your code editor.
  4. Install all the dependencies using npm install on both the client and server.
  5. Finally start the application using npm start on both the client and server.

Screenshots

sss

Screenshot_2021-06-28_02-48-05