Feel free to copy and share!
NodeJS happens to be a popular web server along side Apache. What NodeJS does is manages webpages with specific libraries to make it faster than any other web server out there.
In this web server, NodeJS uses the code language JavaScript to go about things, so if you want to have faster web service for your customers or projects... This is for you!
To run node on Windows... Download Node Now
To run node on macOS... Download Node Now
Running NodeJS in Linux is pretty straight forward. One does semi-node commands, and the other is the full install package.
Half Install: sudo apt install nodejs -y
Full Install: curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
Then: sudo apt install nodejs -y
To run server.js on NodeJS just type: node server.js
in the directory.
To install the packages, go to the directory its in and type
npm install express
© Microsoft Corporation 2018. All rights reserved.