From 64f546aab6fe183476755f1cd5be29ee5b4a59fe Mon Sep 17 00:00:00 2001 From: Jeroen Rinzema Date: Wed, 11 Sep 2024 13:38:25 +0200 Subject: [PATCH] add jeroenrinzema/psql-wire (#4564) * add jeroenrinzema/psql-wire * chore: rephrase description --------- Co-authored-by: Yassine Benaid --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 74441cb3..4d8ae37c 100644 --- a/README.md +++ b/README.md @@ -2026,6 +2026,7 @@ _Libraries for working with various layers of the network._ - [packet](https://github.com/aerogo/packet) - Send packets over TCP and UDP. It can buffer messages and hot-swap connections if needed. - [peerdiscovery](https://github.com/schollz/peerdiscovery) - Pure Go library for cross-platform local peer discovery using UDP multicast. - [portproxy](https://github.com/aybabtme/portproxy) - Simple TCP proxy which adds CORS support to API's which don't support it. +- [psql-wire](https://github.com/jeroenrinzema/psql-wire) - PostgreSQL server wire protocol. Build your own server and start serving connections.. - [publicip](https://github.com/polera/publicip) - Package publicip returns your public facing IPv4 address (internet egress). - [quic-go](https://github.com/lucas-clemente/quic-go) - An implementation of the QUIC protocol in pure Go. - [raw](https://github.com/mdlayher/raw) - Package raw enables reading and writing data at the device driver level for a network interface.