Skip to content

xat/webcam-binaryjs-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webcam Binary.JS Demo

This is a demo which streams a Webcam to a Node.JS Server and from there back to the client using Binary.JS (Binary WebSockets).

Installation

git clone https://github.com/xat/webcam-binaryjs-demo.git
cd webcam-binaryjs-demo
npm install

Run

Start the Server with node app.js and navigate in your (chrome) browser to http://localhost:4000

Browser Support

So far it seems to work in the newer Chrome and Firefox versions.