jcubic/sysend
Web application synchronization between different tabs observed · 2026-08-28
Health v2 · maintenance only
56/100
- Activity 73
- 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: 4465
- days_rel: 688
- days_push: 167
- n_releases_24m: 1
Adoption not part of the score
1163 stars · 73 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Sysend.js is a small dependency-free JavaScript library that enables message passing and synchronization between web pages open in the same browser, using the HTML5 LocalStorage or BroadcastChannel APIs. It also supports cross-origin communication between different domains and provides a pub/sub-style event system with callbacks and notifications.
Use cases
- synchronize state between browser tabs
- send messages between open pages in the same browser
- cross-domain communication between iframes
- broadcast notifications to all tabs
- implement pub/sub messaging in the browser
- keep login state consistent across tabs
- communicate between tabs of different origins
When to choose
- you need lightweight tab-to-tab messaging without a backend
- you want to sync UI state across multiple open tabs
- you need cross-origin iframe communication with a tiny footprint
- you want a zero-dependency pub/sub layer for browser tabs
When to avoid
- you need server-side or cross-device messaging (use WebSockets or a message queue)
- you require guaranteed message delivery or persistence
- your target browsers block third-party storage (e.g., Safari 7+, Chrome 115+ cross-domain restrictions)
- you need high-throughput or binary data streaming between tabs
Facets
library · maturity active
websocket message-queue middleware web-development frontend browser-extensions browser cross-tab-communication localstorage broadcastchannel pubsub cross-origin inter-tab-messaging zero-dependency javascript
1 source
- readme: https://github.com/jcubic/sysend · fetched 2026-08-28 · 507905070aa8
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| jcubic/sysend | main | 56 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem