I know it's possible to run the same server for multiple websites. What I would like to do is run both WebAPI and Node.js on the same server for the same site. I would like to do this until I have time to deprecate Node.js (the decision to use it was before I got here and after working with it for almost a year it doesn't seem to make sense as I have just reinvented WebAPI but with more pain - which I didn't know about before).
Also, is there documentation somewhere I could look this up?