Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can you use node.js with IIS?

This may be an extremely simple quesiton, but can I use node.js in a windows server 2008 environment with IIS? Is there a "Microsoft" library or some other solution that works better?

like image 854
Rod Johnson Avatar asked Apr 05 '11 01:04

Rod Johnson


People also ask

Can NodeJS run on IIS?

IISNode is an open source native IIS module written in C++ that allows node. js (node.exe) to be run inside Windows IIS.

Which web server is used for NodeJS?

You can use IIS or Apache to run Node. js web application but it is recommended to use Node. js web server.

Can I host website with NodeJS?

Because Node. js hosting eliminates a lot of waiting times, it's popular with commercial, business-focused websites. If you're looking for a fast, scalable hosting option for your business (or any type of site), then you're right to be interested in Node.

Is NodeJS good for web apps?

Node. js is a boon for those looking to simplify their tasks for real-time application development like gaming and messenger apps. For those web application that requires using an event-based and non-blocking server, the real-time web application is the answer and Node. js provides it with the best.


1 Answers

Sure you can, check out the IISNode Project.

like image 154
JensJ Avatar answered Oct 06 '22 22:10

JensJ