https://github.com/niawjunior/angular-peerjs
A Simple peer-to-peer with WebRTC using Angular and PeerJS
https://github.com/niawjunior/angular-peerjs
angular peerjs webrtc
Last synced: about 2 months ago
JSON representation
A Simple peer-to-peer with WebRTC using Angular and PeerJS
- Host: GitHub
- URL: https://github.com/niawjunior/angular-peerjs
- Owner: niawjunior
- Created: 2023-11-07T09:44:19.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-07T09:45:18.000Z (over 2 years ago)
- Last Synced: 2025-01-29T20:48:12.884Z (over 1 year ago)
- Topics: angular, peerjs, webrtc
- Language: TypeScript
- Homepage:
- Size: 2.53 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AngularVideoCall
# Run Server
```
cd api && npm install && npm run dev
```
# Run Application
```
npm install npm run start
```
Open http://localhost:4200 in your browser
Demo



