binaryjs/binaryjs
Node binary websocket streaming made easy observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- 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-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5178
- days_rel: n/a
- days_push: 1321
- n_releases_24m: 0
Adoption not part of the score
2190 stars · 323 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
BinaryJS is a Node.js library that provides easy binary websocket streaming between a Node server and browser clients. It wraps websocket connections with a BinaryPack serialization layer and stream abstractions so developers can send binary data like audio, video, or TypedArrays in realtime.
Use cases
- stream binary data over websockets from node to the browser
- send audio or video chunks in realtime over a websocket connection
- transmit TypedArrays and binary blobs between server and client
- build a realtime binary data channel for a web app
- pipe node streams to browser clients over websockets
- serialize and stream structured binary messages in javascript
When to choose
- you need low-overhead binary transport over websockets in a Node.js app
- you want stream semantics (pipe, backpressure) on top of websockets
- you are sending TypedArrays, Blobs, or other binary payloads between server and browser
When to avoid
- you only need plain text or JSON messaging - native websockets or Socket.IO are simpler
- you need a actively maintained library with recent security patches - development has been dormant
- you need production-grade reconnection, fallbacks, or broad protocol support beyond basic websocket streaming
Facets
library · maturity maintenance
websocket serialization streaming http-server web-development developer-tools browser binary-streaming websocket-streaming binarypack realtime-data node-streams real-time nodejs javascript
2 sources
- readme: https://github.com/binaryjs/binaryjs · fetched 2026-08-28 · f2517253629f
- registry_npm: https://registry.npmjs.org/binaryjs · fetched 2026-08-29 · 0bb7a330d307
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| binaryjs/binaryjs | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="binaryjs/binaryjs")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem