Git Version Control, NodeJS, Python and Ruby is official support on our Cloud Hosting CL-TH, DE-CL and DE-CL Plan

  • Tuesday, 11th September, 2018
  • 09:38am

All customer now can enjoy the new feature such as NodeJS, Python, and  Ruby just only one click any in the cPanel. 

Please navigate to our cPanel and enable the feature that you need. 

Note: We also now support GIT version control as well, so you can use the same hosting as your git repository. 

cPanel Feature

Example NodeJS code:

var http = require('http');
var server = http.createServer(function(req, res) {
    res.writeHead(200, {'Content-Type': 'text/plain'});
    var message = 'It works!\n',
        version = 'NodeJS ' + process.versions.node + '\n',
        response = [message, version].join('\n');
    res.end(response);
});
server.listen();

 

« Back