Doodle with strangers on InterWeb!
This is a very simple multi-user doodling web app, using PubNub real-time network JavaScript API, that enable you to draw on the canvas with strangers.
This little toy app also supports multiple inputs methods by using mouse
, touch
, and pointer
events do the app is supported on desktop and touch-screen devices, including iOS and Android phones and tablet, and Windows 8 devices.
If nobody else is present, try launching the URL on multiple tabs/browsers/devices and try doodling on all browser windows.
Also, there is another demo with the history()
API, which preloads the past 50 drowing strokes, while the first demo starts with a fresh canvas.
I wrote an article about this demo! If you want to see how I created, check it out on PubNub blog :-) And the sequel tutorial too!