Questions tagged [iisnode]

iisnode is a native IIS module that allows hosting of node.js applications in IIS on Windows.

Useful Links

400 questions
0
votes
2 answers

How do I start nodejs web-site under iisexpress/iisnode from a command line?

I am having a problem trying to figure out how to start a nodejs web-site under issexpress/issnode without using Web-Matrix. Basically I need to do the same thing that is done by clicking start/stop in Web-Matrix but outside of it. UPDATE if a…
Trident D'Gao
  • 18,973
  • 19
  • 95
  • 159
0
votes
2 answers

Running node express server using iisnode - EventSource handlers not firing

I'm having some difficulties getting a node-express application functioning using iisnode. I have a simple http pub/sub server setup in iis. This receives messages via a POST, and pushes the data to the relevant listening client/s. Code... Server…
Jaz Lalli
  • 660
  • 7
  • 15
0
votes
1 answer

Error("Cannot find module '" + request + "'"): Clean install, no modules added

I've just installed Node (0.6.18) and IISNode (0.1.19.0) and ran through a simple example. If I've created a file called "ls.js" with the following content: var fs = require('fs'); var files = fs.readdirSync('.'); for(fn in files){ …
LDJ
  • 6,896
  • 9
  • 52
  • 87
-1
votes
1 answer

Code sample socket.io on iisnode and azure

Can someone please post a working code sample of a node.js app that uses socket.io running on iisnode and azure. It seems that IIS doens't play nicely with socket.io and any code sample I've found don't run on iisonde/azure... When I try to connect…
AIDAN CASEY
  • 319
  • 2
  • 11
-1
votes
1 answer

Why is cors() not working in Node application

I have a site I am developing using React and Node. I have been attempting to host the 2 on IIS using iisnode and rather than moving React into the public/ folder on the Node app I have instead hosted it as a seperate site on port 80, while node is…
Geoff
  • 353
  • 3
  • 19
-1
votes
1 answer

Getting 500 internal server error on nodejs api deployment using iisnode on IS

I have tried everything searching for this errors solution for weeks now, still stuck at it. I have tested this nodejs api on test enviroment IIS before its working fine on that, but when i try to deploy it on main iis live server its giving me this…
-1
votes
1 answer

mongo db queries do not work when connecting through domain name

I am working with Windows Server 2012, iisnode, mongodb and nodejs. My question is simple: if i do this: ip:port/index.html index.html loads, authenticated connection to mongo db succeeds, and queries are possible... if i do this:…
chran
  • 119
  • 8
-1
votes
1 answer

ruining EasyRTC server using iisnode

EasyRTC is one of the best available opensource WebRTC solutions that runs in node.js! I have manged to run it on node.js on my system but my application is in Asp.net so I've been trying to run it using under IIS using iisnode! but for some reason…
Poorya
  • 1,291
  • 6
  • 27
  • 57
-2
votes
1 answer

how to deploy node.js app in iis virtual directory

I found a way to deploy node app in iis route with iisnode and urlrewrite. it worked very well.could any one help to this problem.
1 2 3
26
27