Node.js的包裹在.NET [英] Node.JS wrapped in .NET

查看:138
本文介绍了Node.js的包裹在.NET的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

对不起,如果这是一个愚蠢的问题,但我想建立一个个人网站,并以二鸟一石,使用网站来完成我的大学为Web开发类的要求。我想建立使用节点与JS的MongoDB和引导,但我的课程要求在以后的项目我的网站要求我迁移我的项目(​​预计其他同学只设计了使用纯HTML和CSS他们的网站)成.NET框架并使用Microsoft SQL Server作为数据库。

Pardon if it's a dumb question, but I'm trying to build a personal website and, in order to kill two birds with one stone, use the website to fulfill the requirements for a web development class at my university. I want to build my website using Node JS with MongoDB and Bootstrap, but my course requirements at a later project require that I migrate my project (other students are expected to only have designed their website using pure HTML and CSS) into a .NET framework and use Microsoft SQL Server as a database.

我想知道我是否可以换行或使用节点JS里面.NET,或者如果它是可行的,我到餐桌我的个人网站利用微软的技术另一个版本。

I'd like to know whether or not I can wrap or use Node JS inside .NET or if it is feasible for me to fork my personal website to another version utilizing Microsoft technology.

感谢。

推荐答案

没有,你不能包装还是一个ASP.NET网站内一条可行之路的node.js使用。虽然理论上你就可以开始从ASP.NET运行Node.js的code新工艺,这将是一个不必要的复杂的设置(如你所需要管理的进程,线程等)。

No, you could not "wrap" or use in a practical way Node.JS inside of an ASP.NET web site. While you could theoretically start new processes from ASP.NET that run Node.JS code, it would be an unnecessarily complex setup (as you'd need to manage the processes, threads, etc.).

您当然可以在ASP.NET应用程序中使用的MongoDB和引导,让你的一些工作可以共享的。

You can certainly use MongoDB and Bootstrap within an ASP.NET application, so some of your work could be shared.

这篇关于Node.js的包裹在.NET的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆