Ross ROSS = Recommend OSS · open-source software intelligence for agents

funny/link

Go语言网络层脚手架 observed · 2026-08-28

github.com/funny/link · Go · WTFPL (permissive) observed · 2026-08-28

Health v2 · maintenance only

23/100

  • Activity 0
  • Release rhythm 8
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 4430
  • days_rel: n/a
  • days_push: 1069
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1612 stars · 385 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A Go network-layer scaffolding library that provides session management primitives (Session, Manager, Server, Channel) decoupled from any specific transport or message protocol via a Codec interface. It is not a full framework but a building block for quickly implementing custom network layers, gateways, or RPC layers.

Use cases

  • build a TCP server with JSON message encoding in Go
  • manage concurrent sessions for game frontend connections
  • implement server-to-server RPC communication in Go
  • create a game gateway with custom protocol handling
  • group and manage sets of network sessions by key
  • add keepalive or handshake logic to a custom network layer

When to choose

  • you need a protocol-agnostic session management layer in Go
  • you are building a game server, gateway, or RPC layer and want to avoid reimplementing session handling
  • you want a minimal scaffold rather than a heavyweight framework

When to avoid

  • you need a complete out-of-the-box network framework with built-in protocols and features
  • your project is not written in Go
  • you need actively developed features or long-term support

Facets

library · maturity maintenance

networking rpc middleware serialization networking backend developer-tools go windows cross-platform session-management tcp udp codec protocol-agnostic scaffolding golang game-development linux macos

1 source

Member repositories

RepositoryRoleHealth v2
funny/linkmain23

For agents

markdown · JSON · MCP: product_card(name="funny/link")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem