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

link1st/gowebsocket

golang基于websocket单台机器支持百万连接分布式聊天(IM)系统 observed · 2026-08-28

github.com/link1st/gowebsocket · Go · NOASSERTION (other) observed · 2026-08-28

Health v2 · maintenance only

67/100

  • Activity 99
  • Release rhythm 8
  • Longevity 100

Flags: no_license

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: 2593
  • days_rel: n/a
  • days_push: 9
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

3104 stars · 638 forks observed · 2026-08-28

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

A distributed instant messaging (IM) chat system built in Go on top of WebSocket, designed to support up to a million concurrent connections on a single machine. It uses Gin for HTTP endpoints, gRPC for inter-node communication, and Nginx for load balancing, allowing horizontal scaling.

Use cases

  • build a distributed chat/im system in go
  • handle millions of websocket connections on one server
  • learn how websocket long-connection servers work
  • send messages to users or broadcast to all users over websocket
  • deploy a horizontally scalable websocket backend with nginx and grpc
  • check user online status and push real-time messages

When to choose

  • you need a production-style Go IM/chat backend with websocket long connections
  • you want a reference implementation of high-concurrency websocket connection management
  • you need distributed message pushing across multiple nodes via gRPC

When to avoid

  • you only need a simple websocket library rather than a full chat application
  • you need end-to-end encryption or full IM features like message history and offline storage out of the box
  • your stack is not Go

Facets

application · maturity active

websocket http-server rpc middleware routing web-development microservices chatbots go im chat-system long-connection gin grpc nginx-load-balancing million-connections messaging real-time linux docker nginx

1 source

Member repositories

RepositoryRoleHealth v2
link1st/gowebsocketmain67

For agents

markdown · JSON · MCP: product_card(name="link1st/gowebsocket")

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