Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以在服务器端使用 node.js 托管 asp.net 或 jsp 网站。
这非常适合将请求代理到其他 Web 服务器,而这正是 Wallmart 为其 java 产品所做的。
req.pipe(request('http://[some site].com')).pipe(resp)
但是,除非有一些脚本转译器,否则不可能在节点内运行 java 代码或 asp.net 代码。这听起来有点绕。