Skip to content

dvdknaap/NodeJS-experiments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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