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 I haven't been able to make it work! running this application in node.js i use node server.js
to start the server but in IIS when i set the default page to server.js
to start the application it wond work!
this is result by using
nodejs:
nodejs result: (working properly)
IISNODE Result: looks like it's not even running it !