golang/net
[mirror] Go supplementary network libraries observed · 2026-08-28
Health v2 · maintenance only
77/100
- Activity 99
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4290
- days_rel: n/a
- days_push: 7
- n_releases_24m: 0
Adoption not part of the score
3037 stars · 1428 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
golang/net (golang.org/x/net) is the official supplementary networking library for Go, maintained by the Go team. It provides packages beyond the standard library such as HTTP/2, WebSockets, proxies, and other network protocol support.
Use cases
- add http2 support to a go server
- use websockets in go
- connect through a proxy in go
- supplementary networking packages for go
- parse html in go
- idna and punycode handling in go
When to choose
- you need networking features not in Go's standard library
- you want official, well-maintained Go networking packages
- you need HTTP/2, WebSocket, or proxy support in Go
When to avoid
- you need a high-level application framework rather than low-level libraries
- your needs are fully covered by the standard net/http package
Facets
library · maturity stable
http-client websocket networking proxy networking developer-tools web-development go cross-platform golang-org-x http2 supplementary-libraries official-mirror
2 sources
- readme: https://github.com/golang/net · fetched 2026-08-28 · 90745f4b2aec
- homepage: https://golang.org/x/net · fetched 2026-08-29 · f40b2ff82d55
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| golang/net | main | 77 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem