developertrinidad08 7e6cf29479 first commit
2023-01-16 18:11:14 -03:00

22 lines
711 B
Markdown

## BinaryJS Examples
### [Hello World](https://github.com/binaryjs/binaryjs/tree/master/examples/helloworld)
[View live demo](http://examples.binaryjs.com/hw.html)
Simple example that streams a flower picture to the client
### [Streaming File Upload](https://github.com/binaryjs/binaryjs/tree/master/examples/fileupload)
HTML5 drag and drop file upload with percentage progress
### [Image Share](https://github.com/binaryjs/binaryjs/tree/master/examples/imageshare)
Upload and broadcast images to other browsers (via file input)
### [ASCII Webcam](https://github.com/ericz/ascam)
[View live demo](http://ascam.ericzhang.com/)
[Requires Chrome 21+] Stream webcam video in ASCII (or not) without flash!