services
services copied to clipboard
Whiteboard API
What will this do?
Track cursors for drawing on a whiteboard rendered by html5 canvas. Users can stream the state from the backend and persist many boards.
You could make this with Nodejs with the canvas module
You could but then you don't get all the other things along side it on the platform. Considering the service gets turned into an easy to use library and will handle most of the logic cuts out a lot of work. Also something I see as generally reusable.