Please wait while the heatmap application is joining a data channel.
Short description
I finally built the demo I wanted to build a long time ago.
It shows mouse movement of several website visitors at the same time. The new and interesting thing is that mouse positions are stored and updated with SSJS on the server (Ajax Push Engine - it's not nodejs ;) ). Btw stored mousepositions cannot be related to any user's ip address/session or whatever, I'm just saving (x/y) positions - till the APE server gets restarted.
First improvement:
Converted x/y in 10/10 steps by dividing by ten, rounding, then multiplying by 10 again