Files
CyberPanel/install-cn/openlitespeed-1.4.28/nodejs_integration/nodejs/myfirst.js
qtwrk 9227098c76 installer for chinese network
modifed litespeed/mariadb/powerdns/phpmyadmin/rainloop download URL to mirror for improve chinese network download speed.
2018-03-10 23:25:48 +01:00

10 lines
293 B
JavaScript

// console.log('myfirst.node Hello LiteSpeed Node JS')
response.write("<html>\r\n"
+ "<body>\r\n"
+ "Hello LiteSpeed from myfirst.node\r\n"
+ "</body>\r\n"
+ "</html>\r\n");
// console.log('myfirst.node Bye LiteSpeed Node JS')