junedkhatri31 / webrtc-demo

Simple WebRTC video demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WebRTC Demo

Status GitHub Issues GitHub Pull Requests License


πŸ“ Table of Contents

🧐 About

This project is a simple implementation for WebRTC. Login is bases on only name. After login type the name of the person who to call. Peer-to-peer WebRTC connection will be established using websockets.

🏁 Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Installing

git clone https://github.com/junedkhatri31/webrtc-demo.git && cd webrtc-demo
npm install
npm run build
npm run start
Visit http://127.0.0.1:9090 in your browser

⛏️ Built Using

✍️ Authors

See also the list of contributors who participated in this project.

πŸŽ‰ Acknowledgements

About

Simple WebRTC video demo

License:MIT License


Languages

Language:TypeScript 49.8%Language:JavaScript 36.4%Language:HTML 13.8%