Skip to content

This is a webRTC video calling demo which you can port in your own project.

License

Notifications You must be signed in to change notification settings

yuvrajjsingh0/webrtc-video-calling-using-node.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webrtc-video-calling-using-node.js

Prerequisites

You will need node.js installed in your pc or server. A local webserver will be needed to serve your files (Apache webserver recommended). You will also need some node modules. Install them by running $ npm install bootstrap and $ npm install ws. These two modules are required.

Here are the steps to run this in your local machine:

Step1: Open command prompt and change working directory to the app's directory and run node server.js. This is required otherwise your signaling server would not be started so no any call will take place.

Step2: Open two tabs in your browser and point to url http://your_server:port/app's_directory/ and call each other.

This script is portable you can port this in your php or ROR project just by adding <script src="core.js"></script> just before closing body tag and add markup like in index.html.

About

This is a webRTC video calling demo which you can port in your own project.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published