docs: add webhooked to networking listing (#4510)

* docs: add webhooked to networking listing

* docs: the package is not ordered correctly
This commit is contained in:
Atomys 2024-08-16 18:11:59 +02:00 committed by GitHub
parent 9e5798deb2
commit cc814878fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.