Files
CyberPanel/install/openlitespeed-1.4.28/nodejs_integration/nodejs/myfirst.js
2017-12-09 22:30:10 +05: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')