Serving HTML files using Node.js on Ubuntu
In this article, We'll going to host a Node.js Application on Ubuntu.
Node.js is an open source, javascript runtime environment used to create of backend of any application.
To get started
Install Node.js sudo apt-get install nodejs
Install NPM (NP...
kalpitrathore.hashnode.dev4 min read