mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-28 16:56:26 +00:00
add WebhookX and its category Webhooks Server
This commit is contained in:
parent
6074fd925f
commit
81042fb703
11
README.md
11
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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user