Can node.js run in any hosting provider? -


sorry newbie question. can node.js run in hosting provider fastdomain? have account in fastdomain upload our website made in php. allowed ssh in our host , tried installing node.js didn't work. i've been searching internet there no exact answer this.

no, can not run node.js on every hosting provider. need base capabilities. if hosting provider doesn't directly support node.js (like heroku does), need able shell server. need access c compiler build node.js or ability install packages system.

once node.js installed need root access able run on port 80. can around if provider provides reverse proxy service.

the fact can shell in start. might possible on fastdomain, sure should contact fastdomain support. every hosting provider different , if have shared hosting answer no. need dedicated hosting run node.js.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -