Hacker News new | ask | show | jobs
by gbrits 4033 days ago
You do req/ack. I.e: reply with 202.

Afterwards, either poll or communicate over sockets back to client side. If there's workers involved on the server: add socketid in the message envelope so it can be matched on return.