Skip to content

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

Notifications You must be signed in to change notification settings

nyx/node_socket_processing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published