javascript - Can you run JSNode scripting on standard hosting packages? -


i relatively new server-side scripted jsnode environment , found mixed answers when looking online needed run jsnode on server. looking replace php jsnode , wondering if able without host having install new server packages. thank response.

you can't run server side javascript depends on node.js without host having installed node.js.

node.js doesn't have unusual dependancies. require installing on server though (and not common option hosting services, i've used when i've had root access vps). if want interact apache (for example) might need install along lines of mod_proxy.


Comments

Popular posts from this blog

iphone - Three second countdown in cocos2d -

hyperlink - how to do url routing in php -

c - Avoiding Extra Malloc in Linked List (node->next = NULL) -