Skip to content

vishnukvmd/WebRTC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

============================================================
 WebRTC Application that enables peer-to-peer communication.
============================================================

Instructions : 

If you prefer to use node.js | Socket.io on the Server Side : (Recommended)
* Download and install node.js [http://nodejs.org/#download]
* Install Express ('npm install express') and Socket.io ('npm install socket.io')
* Run the server ('node nodeServer.js')
* Correct the 'server' variable in 'index.html' accordingly

If you prefer to use PHP on the Server Side :
* Simply enter the database and authentication details in `init.php`.

To run the application, open up index.html in Chrome Canary(/Dev Channel) [https://tools.google.com/dlpage/chromesxs?platform=win].

About

Video Conferencing App using WebRTC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published