Click here to Skip to main content
15,891,607 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a fully working NodeJS application but I need to incorporate it in my website which is on ASP.NET. I am weak in programming so I don't know where to start.

What I have tried:

I have tried copy pasting the codes over but it does not work. I am not sure how to incorporate the app.js file from nodejs to asp.net
Posted
Updated 13-Jan-19 17:41pm

Don't think there's a converter that can do that, but maybe this article will be of help: https://dzone.com/articles/integrating-nodejs-c-dll[^]
 
Share this answer
 
You may need to write the app from scratch since it's a different platform. That should be easy if you know how your existing nodejs app works. You need to start learning the basics first here: Learn | The ASP.NET Site[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900