Skip to main content

Node.Js & SandBox Apps

Manage NodeJs version and SandBox Apps

This page will give an easy interface for managing your  NodeJS sandbox apps.  To access the apps go to the following page,

Node.Js -> Node.Js & SandBox Apps

This page will provide the following tools :

  • Change NodeJs Version
  • Change  App Startup Script
  • Change Public Folder
  • Change Project Mode
  • Enable/Disable SandBox

Change NodeJs Version on App

To change the NodeJs version of a SandBox appapp, click the NodeJs  icon on  for the respective app. ThenThen, select the NodeJs version. You can also chosechoose to reinstall Sandbox.

Changing Versions of Ndoejs App doesn't remove  your project NPMs. 

Change  App Startup Script

This option will help you to change the entry point script or startup script on your NodeJs project.  It is a  javascript file  name.

Examples : app.js , site.js , statup.js etc,. 

Change Public Folder

This folder containcontains the static files of your appapps like CSS, JS , ImagesImages, etc.,  If your app configured the static files on a specific folder ,folder, you need to set this path, so that the web server directly serve this files. 

Change Project Mode

You can   switch your project into production or development mode. This mode will be enabled on your webserver configuration.

Enable / Disable Sandbox

This option will help you to enable or disable virtual NodeJS environment on your SandBox app. 

Re Install Sandbox

This option will remove all installed NodeJs on your SandBox and reinstall the  app  NodeJS virtual environment on your projectproject.

Delete SandBox

This  option will uninstall the SandBox from your selected domain.