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サイトをホストすることは可能ですか?
これは、他の Web サーバーへのリクエストをプロキシするのに最適であり、これはまさに Wallmart がその Java に対して行っていることです。
req.pipe(request('http://[some site].com')).pipe(resp)
ただし、何らかのスクリプト トランスパイラがない限り、ノード内で Java コードまたは asp.net コードを実行することはできません。それは一種のラウンドアバウトに聞こえます。