简体   繁体   English

Node.js应用程序与ASP.NET MVC 5的集成

[英]nodejs app integration with asp.net mvc 5

我有一个nodejs应用程序,充当在线编码实践的在线编译器,并希望将其与使用asp.net mvc 5构建的在线教育门户网站一起使用。如何将我的node.js应用程序整数化为ASP.NET MVC5?

Nodejs and ASP.NET MVC are completely apart. Nodejs和ASP.NET MVC完全分开。 Nodejs uses JavaScript and ASP.NET uses .NET Framework libraries usable in a number of .NET languages. Nodejs使用JavaScript,而ASP.NET使用可在多种.NET语言中使用的.NET Framework库。 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. 如果您希望在.NET中具有相同的Nodejs编码编译功能,则我更喜欢尝试在.NET中查找代码编译配套库,或者创建一种方法,例如从表单获取代码,在操作中进行编译和测试并返回输出视图(这样的方式)以帮助您快速构建。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM