Fun little app to share your local filesystem pics to anyone connected to you.
Pic transfer app.
Code for it Here.
Fun little app to share your local filesystem pics to anyone connected to you.
Pic transfer app.
Code for it Here.
This is a fun little drawing app i made for demonstrating the ability to send binary data reliably and unreliably over WebRTC data channels.
As usual, open the link and you will get redirected to a randomized url, then just copy the link to a new tab, new window or send it to a buddy and start drawing together =P
Works only on Chrome (Chrome canary has a bug that causes the awesome aww snap! error)
Added some old and some new demos.
Audio only demo shows howto use WebRTC for audio conversations.
Video demo shows howto create a video conference like system.
Datachannel chat demonstrates sending arbitrary data over WebRTC data channels.
Datachannel file transfer demonstrates sending files ober WebRTC data channel.
(Currently Chrome does not support reliable data channels, so i had to create my own implementation of reliable channels over the unreliable channel currently implemented in Chrome)
Everything you see will contain bugs and is not exactly pretty. This is a work in progress and i am no web designer =)
Link to demos Demos
Link to the Github page for these examples Here (Warning: Bad and ugly code)