From 5f9db664901104bda9a251f148f67612dea34838 Mon Sep 17 00:00:00 2001 From: Douglas-Lee Date: Thu, 26 Sep 2024 20:35:26 +0800 Subject: [PATCH] add webhookx --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 7332dc79870..72b2a11d805 100644 --- a/README.md +++ b/README.md @@ -182,6 +182,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a - [Routers](#routers) - [WebAssembly](#webassembly) - [Windows](#windows) + - [Webhooks](#webhooks) - [XML](#xml) - [Zero Trust](#zero-trust) - [Code Analysis](#code-analysis) @@ -3145,6 +3146,12 @@ _Full stack web frameworks._ **[⬆ back to top](#contents)** +## Webhooks + +- [WebhookX](https://github.com/webhookx-io/webhookx) - A webhooks gateway for message receiving, processing, and reliable delivering. + +**[⬆ back to top](#contents)** + ## XML _Libraries and tools for manipulating XML._