Skip to content

mnvx/webrtc-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example of using WebRTC with socket.io (nodejs implementation)

Installation

Generate keys:

openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout ssl/ssl.key -out ssl/ssl.crt

Install dependencies:

npm install
npm run public
npm start

Open url https://localhost:1234/socket.io/?EIO=3&transport=polling&t=Lw7LX0E in browser and let use https connection.

Configure web server on public path of this project. Use https protocol.

Open url with index.html.

Illustration

About

Simple implementation of videocalls

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors