Building on our simple node.js example, this example adds socket.io to communicate real-time updates between connected users (clients) and the server. The client side implements a very simple p5.js ...
Building on our first socket drawing app, this example bundles together gestures/strokes as a series of points from mouse pressed to mouse released, and sends an array of points. See client.js for ...