Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 582 Bytes

File metadata and controls

29 lines (22 loc) · 582 Bytes

Synopsis

Join a shared graphical space where the mouse movements of any client are reflected in the browsers of all connected clients with low latency.

Running

  1. $ node server.js
  2. open multiple browser windows to http://localhost:3000
  3. move the mouse in one window and see it move in all the others

Dependencies

  • node.js [0]
  • socket.io [1]
  • processing.js [2]

Notes

  • installing socket.io with npm [3] worked well

Links

[0] http://nodejs.org/ [1] http://socket.io/ [2] http://processingjs.org/ [3] http://npmjs.org/