How can I copy drawings to other users in real time?

Jaakko Seppälä

Is it possible to make a drawing program in JavaScript such that I and my friend draws the same picture at the same time? How can I move the picture from a www-site canvas to my friends www-browser?

Jonas Grumann

I think you can do it with http://socket.io/ There's some good tutorials around the web, I think there's also a thread here on stackoverflow. In my understanding, you have to create a drawing app that sends the user's interactions to the server. Or you could save the canvas as a data-url image and then send it to the server but that would be slower

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How can I copy drawings to other users in real time?

From Dev

Can't I view Real Time users on firebase?

From Dev

How can I make a hard drive copy its contents to another hard drive in real time?

From Dev

how can I make a ruby program that sends to stdout in real time like copy does?

From Dev

Android : How can I keep all drawings?

From Dev

How can I reveal the real name of the users online (with university IDs)?

From Dev

How can I set default applications in Unity Launcher for other users?

From Dev

How can I use setfacl to give no access to "other" users?

From Dev

How can I set default applications in Unity Launcher for other users?

From Dev

How can I restrict program access to other users?

From Dev

How can I get other users' profiles details in meteor

From Dev

Tracking geolocation of other users using google maps in real time

From Dev

How can I read and write a process in real time and display output in JTextArea in real time? (Java Swing)

From Dev

How can I stitch images from video cameras in real time?

From Dev

How can I preview markdown in Emacs in real time?

From Dev

Swift - How Can I use 'shouldChangeTextInRange' with Firebase for real time searching?

From Dev

How can I create chrome.notification real Time?

From Dev

How can I plot real time signal in pyqt

From Dev

How can I use matplotlib in real-time?

From Dev

How can I update my component in real time when clicking?

From Dev

How can I prevent the users to press two button at the same time?

From Dev

How can I prevent the users to press two button at the same time?

From Dev

How can I login with several users at the same time using jmeter?

From Dev

Can I get VLC or other media player to output information to an external program in real time?

From Dev

How can you get real time copy progress of a large file with Python?

From Dev

How can you get real time copy progress of a large file with Python?

From Dev

How can I copy a file and create the target directories at the same time?

From Dev

How can I save and copy a screenhot at the same time?

From Dev

How can I detect/use low DTU time in Azure SQL Elastic Pool in near-real time?

Related Related

  1. 1

    How can I copy drawings to other users in real time?

  2. 2

    Can't I view Real Time users on firebase?

  3. 3

    How can I make a hard drive copy its contents to another hard drive in real time?

  4. 4

    how can I make a ruby program that sends to stdout in real time like copy does?

  5. 5

    Android : How can I keep all drawings?

  6. 6

    How can I reveal the real name of the users online (with university IDs)?

  7. 7

    How can I set default applications in Unity Launcher for other users?

  8. 8

    How can I use setfacl to give no access to "other" users?

  9. 9

    How can I set default applications in Unity Launcher for other users?

  10. 10

    How can I restrict program access to other users?

  11. 11

    How can I get other users' profiles details in meteor

  12. 12

    Tracking geolocation of other users using google maps in real time

  13. 13

    How can I read and write a process in real time and display output in JTextArea in real time? (Java Swing)

  14. 14

    How can I stitch images from video cameras in real time?

  15. 15

    How can I preview markdown in Emacs in real time?

  16. 16

    Swift - How Can I use 'shouldChangeTextInRange' with Firebase for real time searching?

  17. 17

    How can I create chrome.notification real Time?

  18. 18

    How can I plot real time signal in pyqt

  19. 19

    How can I use matplotlib in real-time?

  20. 20

    How can I update my component in real time when clicking?

  21. 21

    How can I prevent the users to press two button at the same time?

  22. 22

    How can I prevent the users to press two button at the same time?

  23. 23

    How can I login with several users at the same time using jmeter?

  24. 24

    Can I get VLC or other media player to output information to an external program in real time?

  25. 25

    How can you get real time copy progress of a large file with Python?

  26. 26

    How can you get real time copy progress of a large file with Python?

  27. 27

    How can I copy a file and create the target directories at the same time?

  28. 28

    How can I save and copy a screenhot at the same time?

  29. 29

    How can I detect/use low DTU time in Azure SQL Elastic Pool in near-real time?

HotTag

Archive