sankaran
sankaran

Reputation: 143

How to deploy node js in windows server 2012

I have a Windows 2012 server and hello world node js file (Only one js file along with Node_module folder).

Now I need to deploy it to the windows server and need to run it globally.

How to do that? Please help me!

I have read more article. But confused. I installed Node app on the server. I ran it locally. It is working. But How to do it globally. (www.xxxx.com/ABC)

Upvotes: 6

Views: 20995

Answers (1)

Aaron C
Aaron C

Reputation: 935

You have two options:

iisnode

Some resources:

Upvotes: 3

Related Questions