Webhooks suck, but here are alternatives
Webhooks are a foundational part of the web’s infrastructure.
Coined in a blog post in 2007,
webhooks were suggested as a simple way to consume asynchronous feeds with a
protocol all web developers are familiar with — HTTP. It’s now 2024 and webhooks
have more or less remained the same, yet they have become the de facto approach
for not only one way notifications, but also integrating cloud systems.
What is the equivalent of the pipe in the age of the web?
— Tim O’Reilly
Today, webhooks are ever...
Read more at deno.com