Tag Archives: url
Some Useful Node.js Internal Modules
1. OS JavaScript in Web browser cannot get the information about Operating System (OS) but node.js can os.type() : Shows the Operating Systems type os.uptime() : Shows pc runtime after last reboot os.hostname() : Shows the computer name os.release() : Shows OS version os.homedir() : Shows home directory path os.freemem () : Shows available RAM […]