I have 2 projects, one in Node.js and one in ASPX.
I want to use the node functionalities in an ASPX project/solution. How can I do that ? (making a fusion between them basically but in ASPX).
Now you ask.me ... "WHY don't you do it the other way around ?" , that's because in my company all the webpages are programmed in aspx and we are trying to implement Node.js on them ... and I am kinda the freshmen of the company and they want me to do it that way ... I've tried to do it and they really want the node in aspx...
Edit: They actually want to make a listener in the aspx file that is listening to the node.js App ...