2

Is it possible to host a asp.net or jsp website using node.js on server side.

1 Answer 1

4

use npm request

This is great for proxying request to other web servers and this is exactly what Wallmart does for its java stuff.

req.pipe(request('http://[some site].com')).pipe(resp)

But, its not possible to run java code or asp.net code inside node unless there was some script transpiler. That sounds kind of round about.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.