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

TooTallNate/Java-WebSocket

A barebones WebSocket client and server implementation written in 100% Java. observed · 2026-08-28

github.com/TooTallNate/Java-WebSocket · homepage · Java · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

51/100

  • Activity 62
  • 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: 6069
  • days_rel: 626
  • days_push: 232
  • n_releases_24m: 1

Full methodology

Adoption not part of the score

10805 stars · 2577 forks observed · 2026-08-28

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

A barebones WebSocket client and server library written in 100% Java, built on java.nio for a non-blocking, event-driven model. It implements the RFC 6455 and RFC 7692 WebSocket protocols and is distributed via Maven Central under the MIT license.

Use cases

  • implement a websocket server in java
  • connect to a websocket endpoint from a java application
  • add real-time bidirectional messaging to a jvm backend
  • handle wss secure websocket connections in java
  • build a lightweight event-driven socket server without a full framework

When to choose

  • you need a minimal, dependency-light WebSocket implementation on the JVM
  • you want direct control over the WebSocket lifecycle via subclassing
  • you need RFC 6455 and permessage-deflate (RFC 7692) support in Java

When to avoid

  • you need a full-featured framework with routing, sessions, and middleware
  • you are building a reactive or Spring-based stack with its own WebSocket support
  • you need client support outside the JVM

Facets

library · maturity stable

websocket http-server networking web-development backend developer-tools jvm cross-platform websocket-client websocket-server rfc6455 non-blocking-io java-nio

2 sources

Member repositories

RepositoryRoleHealth v2
TooTallNate/Java-WebSocketmain51

For agents

markdown · JSON · MCP: product_card(name="TooTallNate/Java-WebSocket")

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