Tag: NodeJS

How to use Node.JS

Node.JS based programs can be run in our hosting packages. To run the programs, the following settings must be made on the storage. Use in default CGI mode It is possible to run NodeJS scripts via the #!/bin/env node shebang line and the appropriate Apache handler in cgi mode. If the Node.JS program you want to run is jscrpt, then you need to add the appropriate Apache [...]