I want to get a response from node js API to client-side on every step the API completes till API completes its full step.
Suppose I call localhost/api/doStepCompleate on my backend(Node js) API will complete multiple steps but want to send every step response to the client-side till the API completes its full task.
Thank you