Add fibersse - Production SSE for Fiber v3 (#6190)

This commit is contained in:
Vinod Morya 2026-04-04 12:33:01 +05:30 committed by GitHub
parent 40f6e47005
commit 21e0791e64
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2073,6 +2073,7 @@ _Libraries for working with various layers of the network._
- [go-pcaplite](https://github.com/alexcfv/go-pcaplite) - Lightweight live packet capture library with HTTPS SNI extraction.
- [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.
- [fibersse](https://github.com/vinod-morya/fibersse) - Production-grade Server-Sent Events (SSE) for Fiber v3 with event coalescing, priority lanes, topic wildcards, adaptive throttling, and built-in auth.
- [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.
- [gopacket](https://github.com/google/gopacket) - Go library for packet processing with libpcap bindings.