Azure / iisnode

Hosting node.js applications in IIS on Windows
Other
661 stars 101 forks source link

Is this repository still maintained? #135

Closed xinthose closed 1 year ago

xinthose commented 1 year ago

Should I be using this in production if it has not had a new release in over 6 years?

Choomai commented 1 year ago

I've been using it for a year now, and nothing has happened (I use express and socket.js, which work as intended). But maybe you shouldn't. Just listen on a random port and make IIS a reverse proxy. I've never experienced anything like authorization, just some small projects or APIs that won't require auth.

xinthose commented 1 year ago

@Choomai OK. Thank you.