From 81042fb703aa3f6ad380ba2e3e0a43417bb8eb98 Mon Sep 17 00:00:00 2001 From: Douglas-Lee Date: Thu, 26 Sep 2024 20:35:26 +0800 Subject: [PATCH] add WebhookX and its category Webhooks Server --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7332dc7987..f4cafc6afd 100644 --- a/README.md +++ b/README.md @@ -181,6 +181,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a - [Libraries for creating HTTP middlewares](#libraries-for-creating-http-middlewares) - [Routers](#routers) - [WebAssembly](#webassembly) + - [Webhooks Server](#webhooks-server) - [Windows](#windows) - [XML](#xml) - [Zero Trust](#zero-trust) @@ -2051,7 +2052,6 @@ _Libraries for working with various layers of the network._ - [utp](https://github.com/anacrolix/utp) - Go uTP micro transport protocol implementation. - [vssh](https://github.com/yahoo/vssh) - Go library for building network and server automation over SSH protocol. - [water](https://github.com/songgao/water) - Simple TUN/TAP library. -- [webhooked](https://github.com/42Atomys/webhooked) - A webhook receiver on steroids: handle, secure, format and store a Webhook payload has never been easier. - [webrtc](https://github.com/pions/webrtc) - A pure Go implementation of the WebRTC API. - [winrm](https://github.com/masterzen/winrm) - Go WinRM client to remotely execute commands on Windows machines. - [xtcp](https://github.com/xfxdev/xtcp) - TCP Server Framework with simultaneous full duplex communication, graceful shutdown, and custom protocol. @@ -3137,6 +3137,14 @@ _Full stack web frameworks._ **[⬆ back to top](#contents)** +## Webhooks Server + +- [webhook](https://github.com/adnanh/webhook) - Tool which allows user to create HTTP endpoints (hooks) that execute commands on the server. +- [webhooked](https://github.com/42Atomys/webhooked) - A webhook receiver on steroids: handle, secure, format and store a Webhook payload has never been easier. +- [WebhookX](https://github.com/webhookx-io/webhookx) - A webhooks gateway for message receiving, processing, and reliable delivering. + +**[⬆ back to top](#contents)** + ## Windows - [d3d9](https://github.com/gonutz/d3d9) - Go bindings for Direct3D9. @@ -3372,7 +3380,6 @@ _Software written in Go._ - [uTask](https://github.com/ovh/utask) - Automation engine that models and executes business processes declared in yaml. - [Vegeta](https://github.com/tsenart/vegeta) - HTTP load testing tool and library. It's over 9000! - [wait-for](https://github.com/dnnrly/wait-for) - Wait for something to happen (from the command line) before continuing. Easy orchestration of Docker services and other things. -- [webhook](https://github.com/adnanh/webhook) - Tool which allows user to create HTTP endpoints (hooks) that execute commands on the server. - [Wide](https://wide.b3log.org/login) - Web-based IDE for Teams using Golang. - [winrm-cli](https://github.com/masterzen/winrm-cli) - Cli tool to remotely execute commands on Windows machines.