Share whiteboard with other user using node.js and socket.io -


i need idea regarding whiteboard sharing other users.suppose 1 admin user wants share whiteboard 1 user.what writing/erasing on/from whiteboard display other user.the other user can read white board.i want implement using node.js , socket.io.can give me idea or reference link how implement feature ?

it seems need room system app, http://socket.io/docs/rooms-and-namespaces/ , check docs , try integrate basic chat application firstly. if want draw whiteboard, that's area unrelated socket.io , can use canvas libraries(fabric.js seems handy library lot of demos(for requirement free-drawing demo)) creating whiteboard , can integrate whiteboard events in socket.io cleint-side ease.


Comments

Popular posts from this blog

c - Bitwise operation with (signed) enum value -

xslt - Unnest parent nodes by child node -

YouTubePlayerFragment cannot be cast to android.support.v4.app.Fragment -