Tag Archives: node.js
How To Build Simple Node.js Rest APIs with Express, Sequelize & MySQL
We’ll be start to build a Node.js Rest API with Express, Sequelize & MySQL. Here we’ll use Sequelize for interacting with the MySQL instance. Required applications Docker is a set of platform as a service product that uses OS-level virtualization to deliver software in packages called containers. Containers are isolated from one another and bundle their own […]
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 […]