/socketio-mousetracker

Live tracking of mouse cursor with socketio (Websockets with fallback)

Primary LanguageJavaScript

A simple Node Express project with SocketIO real time mouse tracking.

Uses socket.io (websockets with fallbacks) to track the live position of the mouse of everyone connected to the page.

Move your mouse around, and watch the mice of anyone else connected move in real time.

Uses: NodeJS, Express, Socket.io, Websockets, HTML, JavaScript, CSS.

Live demo usually available at http://mousetracker.jonhassall.com

To run:

git clone
npm install
npm start

And open in browser at http://localhost:3000