var BasicHttpBinding = require('wcf.js').BasicHttpBinding, binding= new BasicHttpBinding()
, proxy = new Proxy(binding,"http://www.restfulwebservices.net/wcf/WeatherForecastSe
我的理解是node.js是一个面向Linux世界的python应用程序。每个人似乎都对它的速度和处理多个并发连接的能力感到满意。
我来自微软的背景,我认为node.js也许能够使用WCF来实现。有人能告诉我node.js是如何在网络后台运行的吗?如果可以移植到WCF或Azure Service Bus,可以选择提供洞察力吗?