Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

dev4apps/Web-RTC

Open more actions menu
 
 

Repository files navigation

#Video Chat with ConnectionPeer API, WebSockets and Node.js

The source is a demo appliaction based on Ericcson Labs video chat demo. I used socket.io websockets implementation as well as hat to generate unique ids what means that you have to install these modules on your computer for ex.:

npm install -g socket.io

or download if from github.

I know there are still some bugs, but it is only a demo ;)

Run server with the following command:

  •   for production - `NODE_ENV=production node index.js`</li>
    
  •   for development (more debug info etc) - `NODE_ENV=development node index.js`</li>
    
  •   or simply `node index.js`</li>
    

Server will be runing at http://localhost:8080/.

No more configuration is required. Please remember about installing modified WebKit library.

About

Real time communication with PeerConnection API, websockets and node.js.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
Morty Proxy This is a proxified and sanitized view of the page, visit original site.