broadcastmouseevents
v1.0.1
Published
Duplicate/broadcast mouse event over all clients that are connected
Maintainers
Readme
BroadCast Mouse Position
NodeJS experiment to broadcast your mouse position, mouse click and scroll to all the other clients.
Requirements
- Express
- Socket.io
sudo npm installDemo
To see the effect open this link in multiple browser windows
How to start
All experiments can be start with the broadCastMousePosition.js
sudo nodejs broadCastMousePosition.jsHow to start this chat as an service:
sudo forever start -l forever.log -o out.log -e err.log -a broadCastMousePosition.jsProblems and fixes
When you got problems with ubuntu server because it can't find the node command execute the following line:
sudo update-alternatives --install /usr/sbin/node node /usr/bin/nodejs 99