web - deploy node.js app to an actual www.mywebsite.com website -


here's noob question. made small app in node.js , see have go localhost:4000 in web browser. how can publish in actual website can see? have domain name , hosting service.

thanks in advance

imo simplest way deploy node app heroku. can find documentation here.

it's free, , requires create app , push code heroku. takes care of rest you!


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

python - ValueError: No axis named 1 for object type <class 'pandas.core.series.Series'> -

Command prompt result in label. Python 2.7 -