IP for domain is assigned as 165.227.81.80
Created hello.js file as follows:
var http = require('http');
http.createServer(function (req, res) {
res.writeHead(200, {'Content-Type': 'text/plain'});
res.end('Hello...
1 •
•
By
Tuka
Getting Started
Deployment
Node.js
Ubuntu 16.04