Skip to content

🚀WebRTC (P2P) 🚀 - Fast Real-Time Video Conferences

Notifications You must be signed in to change notification settings

silvareal/fastmeet

Folders and files

NameName
Last commit message
Last commit date
Dec 31, 2022
Mar 5, 2023
Mar 6, 2023
Mar 18, 2023
Feb 15, 2023
Oct 23, 2022
Dec 31, 2022
Dec 27, 2022
Dec 19, 2022
Mar 5, 2023
Nov 27, 2022
Mar 18, 2023
Oct 23, 2022
Mar 18, 2023
Jan 15, 2023
Jan 15, 2023

Repository files navigation

Fast Meet (P2P)

A p2p decentralized video conferencing application

Demo

Demo

Getting Started

  1. Ensure you have Node.js installed.
  2. Create a client/.env file with a REACT_APP_BASE_URL property set to your Server Url.
  3. Create a server/.env file with a TWILIO_AUTH_TOKEN and TWILIO_ACCOUNT_SID properties to Twillio Token and SID.

Running the Project

  1. In the terminal, run: npm run deploy
  2. Browse the frontend at localhost:4000 and start a meeting.

Docker

  1. Ensure you have the latest version of Docker installed
  2. Run docker-compose -f docker-compose.yml -f docker-compose.dev.yml up

Running the Tests

To run any automated tests, run npm test. This will:

  • Run all the client-side tests: npm test --prefix client
  • Run all the server-side tests: npm test --prefix server

CREDITS

Designer - Timothy Exodus