siccoo / rtc-assessment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WebRTC Developer Test

Make sure NodeJS or Yarn is installed on your machine.

'yarn install' or 'npm install' to install dependencies # run the app in development mode

Client - Front Technologies Used

  • React
  • TypeScript
  • Simple Peer
  • React Webcam

Playing locally

After installing dependencies,

$ yarn start or npm start

You app will open at http://localhost:3000

Server - Backend Technologies Used

  • Nodejs
  • Express
  • WebSocket Library

Playing locally on the Terminal

After installing dependencies,

$ node index.js

Note that the server start on port :3004.

Directory structure

Overview

├─ client/
├─ server/
└─ README.md

About


Languages

Language:TypeScript 61.3%Language:HTML 21.0%Language:JavaScript 12.8%Language:CSS 5.0%