Skip to content

Join audio-video rooms with other users, built with React and Peer.js

Notifications You must be signed in to change notification settings

Trzcin/webrtc-videochat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebRTC VideoChat

Web app meant for audio and video calls. Allows users to create rooms, which others can find through the room browser. Built with React, Peer.js, Prisma and Tailwind css.

Examples

Room Browser Room Single Person Room Four People

Running

Server

cd server
npm install
# create sqlite database
npx prisma migrate dev
npm run dev

Frontend

cd frontend
npm install
npm run dev

About

Join audio-video rooms with other users, built with React and Peer.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published