How can I draw the same lines from the first computer on a different computer? [closed]
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 5 years ago . I am developing a drawing app. HTML code is the client side and server.js as server. I am using node.js and socket.io as connection index.html <html> <head> <script src="http://localhost:4000/socket.io/socket.io.js"></script> <script> var socket = io.connect('http://localhost:4000