Skip to content

xhani-manolis-trungu/angular_web_rtc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Angular 8 video meeting WebRTC

This demonstrates how to build a WebRTC meeting application using PeerJS, Angular and Node with Express. Users can communicate with each others (via voice and video) by simply joining the same room id by copy-pasting the URL generated by the app.

The server address is localhost:3000.

Install dependencies

npm i peerjs -g
cd server
npm i
cd ../front
npm i

Start server

cd server
npm run nodemon

Start PeerJS

peerjs --port 3001

Start angular app

cd front
npm run build-watch

About

Angular 8 with webRTC and peerjs server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published