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

rsms/gotalk

Async peer communication protocol & library observed · 2026-08-28

github.com/rsms/gotalk · Go · MIT (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-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 4242
  • days_rel: n/a
  • days_push: 1286
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1204 stars · 77 forks observed · 2026-08-28

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

Gotalk is a Go library and wire protocol for bidirectional, concurrent peer-to-peer communication over any byte stream, with first-class WebSocket support and a small companion JavaScript client. It lets any peer expose operations and issue requests, multiplexing many requests and responses over a single persistent connection.

Use cases

  • build a websocket chat server in Go
  • let a web app coordinate with a backend over a persistent connection
  • divide work among a bunch of cooperating programs
  • implement bidirectional request/response between browser and server
  • multiplex many concurrent requests over one connection
  • expose named operations callable from JavaScript in the browser

When to choose

  • you need bidirectional RPC where both client and server can issue requests
  • you want pipelined, non-blocking concurrent requests over a single WebSocket
  • you want a simple, debuggable wire protocol with a small Go and JavaScript API

When to avoid

  • you need a widely adopted, actively maintained protocol with a large ecosystem
  • you only need plain REST or a standard request/response HTTP API
  • you need gRPC-style typed contracts, streaming, or multi-language support beyond Go and JavaScript

Facets

library · maturity maintenance

websocket rpc serialization http-server networking web-development backend microservices go cross-platform peer-to-peer-communication multiplexing-protocol bidirectional-rpc pipelining javascript-client real-time web-server

1 source

Member repositories

RepositoryRoleHealth v2
rsms/gotalkmain23

For agents

markdown · JSON · MCP: product_card(name="rsms/gotalk")

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