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
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
1 Comment
user3094331
Ok Thanks, can you let me know any websites which we can send multiple response to client