Nodejs experiments

All kind of experiments with NodeJS

View project onGitHub

NodeJS experiments

In this repository you get all kind of fun experiments with NodeJS

BroadCast Mouse Position

In this folder you will find an NodeJS experiment to broadcast your mouse position, mouse click and scroll to all the other clients. More

To see the effect open this link in multiple browser windows Broadcast Mouse position Demo

Small LoginSystem

A small login system in NodeJS with mysql and with permissions. Users can register and login and an hidden Admin Page. More

Small LoginSystem Demo