How to define a global variable with Node.js?
window.myVar= true;
global.myVar= true;
$myVar= true;
global myVar= true;