How to run nodejs on linux platform
- by rotem
How to run node.js on host with linux platform?
To run node.js on localhost with windows operation system is simple
I download package from nodejs.org/download/
and I execute Windows Installer (.msi)
I go to console command line and I type
node file.js
and everything fine.
but in my host with linux platform I have control panel with no option to run type file exe, msi and there is no window with command line,
So how can I be able to run nodejs on my host?
I call to support of my hosting bluehost.com and they don't know.
my Details server and control panel
Thanks for any help