If your Aviumshost hosting package supports Node.js, you can deploy real-time or backend apps like Express.js.
Setup via cPanel:
- Login to cPanel.
- Under Software, click Setup Node.js App.
- Click Create Application.
- Select the Node.js version (e.g. 18.x) and application root (e.g.
myapp
). - Specify your
app.js
orserver.js
file.
Start Your App:
- Click Run from the Node.js App interface.
- Use
npm install
and other commands via Terminal or SSH.
For advanced setups, contact Aviumshost Support to verify Node.js availability on your plan.