I want to know how to deploy my node.js application (it uses Koa) on Windows 10, Windows server 2012 and newer.
In Internet I see old tips for using iisnode, but at the same time I see that people worry that developers no answer for many important questions (related with iisnode) and long time doesn't make changes to the iisnode code sources. :(
What is modern way to hosting node.js applications on Windows 10 and Windows Server 2012 and newer?
I would be grateful for link to step-by-step article.