From cc814878fbdc1380cf79966572795fd29ab90d89 Mon Sep 17 00:00:00 2001 From: Atomys Date: Fri, 16 Aug 2024 18:11:59 +0200 Subject: [PATCH] docs: add webhooked to networking listing (#4510) * docs: add webhooked to networking listing * docs: the package is not ordered correctly --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index af5ed048..59760c17 100644 --- a/README.md +++ b/README.md @@ -2016,6 +2016,7 @@ _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.