2

How to send multiple responses to client using node.js want to know how to send immediate response to client and continue the request

1 Answer 1

2

Normal HTTP can only deliver one response per request. Consider sending it all at once or look into push technologies such as WebSockets socket.io

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

1 Comment

Ok Thanks, can you let me know any websites which we can send multiple response to client

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.