0

I've a nodejs app that acts as an online compiler for online coding practice and want to use it with my online education portal built with asp.net mvc 5. how can i integerate my node.js app to ASP.NET MVC5 ??

1
  • i have a running ASP.Net MVC 5 using node JS (running in node IIS) as my tier to access mssql, I want all the backend handled by node JS so I can reuse it to some other front-end applications Commented Jul 9, 2019 at 1:07

1 Answer 1

1

Nodejs and ASP.NET MVC are completely apart. Nodejs uses JavaScript and ASP.NET uses .NET Framework libraries usable in a number of .NET languages. If you want the same Nodejs coding compilation functionality in .NET, I prefer to try to find the code compilation companions libraries in .NET or create a way such as getting the code from the form, compile and test in an action and return the output to the view (Ways like this) to help you built quickly.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.