Hi,
I have a node.js REST application which will handle the JSON Data and a
log file from the client(mobile). I am using the busboy module to
handle both json and file in a request. Here I am facing the issue of
sending the response to client. Has the field/json data will finish the
work and it can't wait until the file will process the request.
Is their any good way to handle both and wait for each one to complete and send response after all the logic is complete.
Thanks