jonhassall / socketio-mousetracker

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:JavaScript 81.9%Language:Pug 12.0%Language:CSS 6.0%Language:Shell 0.1%