Logo

WebHook:

  • Send data to server async
  • Expect it to send back later once processed
  • Then return it back to said server

Pasted image 20241029154427.png

SSE:

  • Creation Connection from Client -> Server
  • Server can send back events (JSON payloads)
  • Then close after sending all

Pasted image 20241029154338.png

Summary

  • To send back data from Client -> Server -> Async Server, then back to Async Server -> Server -> client, Webhook + SSE Works well
  • Also really good for [data streaming] (send pagination payloads)

© 2025 All rights reservedBuilt with DataHub Cloud

Built with LogoDataHub Cloud