Add go-sse to the Networking section (#4895)

This commit is contained in:
Nathan Osman 2023-05-24 20:23:33 -07:00 committed by GitHub
parent 2cc47c9ad9
commit 0ecf419d76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1856,6 +1856,7 @@ _Libraries for working with various layers of the network._
- [gNxI](https://github.com/google/gnxi) - A collection of tools for Network Management that use the gNMI and gNOI protocols.
- [go-getter](https://github.com/hashicorp/go-getter) - Go library for downloading files or directories from various sources using a URL.
- [go-powerdns](https://github.com/joeig/go-powerdns) - PowerDNS API bindings for Golang.
- [go-sse](https://github.com/lampctl/go-sse) - Go client and server implementation of HTML server-sent events.
- [go-stun](https://github.com/ccding/go-stun) - Go implementation of the STUN client (RFC 3489 and RFC 5389).
- [gobgp](https://github.com/osrg/gobgp) - BGP implemented in the Go Programming Language.
- [golibwireshark](https://github.com/sunwxg/golibwireshark) - Package golibwireshark use libwireshark library to decode pcap file and analyse dissection data.