1

I am processing a video in backend but it's taking some time so I am looking for a way by which I can send the process time first and after it's completion I can send the video url.

I tried using HttpResponse.write() but it didn't send the response. I got response only after the completion of whole process.

1 Answers1

0

You need async method and use something like websocket.

Eric
  • 9
  • 1
  • 1