@super-line/control-center 0.6.0 → 0.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -28,14 +28,24 @@ It serves the app locally and opens your browser. Switch endpoints from the conn
28
28
 
29
29
  ## What you get
30
30
 
31
- - **Topology** — a hub-and-spoke graph: the Adapter/bus, server nodes (by friendly `nodeName`), and every connection (colored by role). Pick a room to highlight its members across nodes. Updates live.
32
- - **Connections** — a table of every connection; click one for its descriptor plus a best-effort, node-local snapshot of `ctx` and `conn.data`.
31
+ - **Topology** — a hub-and-spoke graph: the Adapter/bus, server nodes (by friendly `nodeName`), and every connection (colored by **transport/wire**). Pick a room — or a wire family (ws / http / libp2p / loopback) — to highlight matching connections across nodes. Updates live.
32
+ - **Connections** — a table of every connection (role, **transport/wire**, user, node, rooms); click one for its descriptor plus a best-effort, node-local snapshot of `ctx` and `conn.data`.
33
33
  - **Contract** — the full contract surface (roles × directions × message flavors) with best-effort JSON Schemas.
34
- - **Live feed** — lifecycle events (connect / disconnect / room / topic) *and* message traffic (requests + responses, events, broadcasts, topic publishes), fanned out across the cluster in real time. Filter by category, pause, and expand any message row to its payload.
35
- - **Settings** — configure the inspector WebSocket URL (saved to your browser). **Resources** — links to the docs, repo, and npm.
34
+ - **Live feed** — lifecycle events (connect / disconnect / room / topic) *and* message traffic (requests + responses, events, broadcasts, topic publishes), each tagged with the **wire** it rode, fanned out across the cluster in real time. Filter by category, node, or wire; pause; and expand any message row to its payload.
35
+ - **Settings** — configure the inspector WebSocket URL (saved to your browser). **Resources** — a page of links to the docs, repo, and npm.
36
+
37
+ Transport/wire is a first-class dimension throughout: connections carry a normalized `transport` (ws / http / libp2p / loopback), surfaced as a topology color + highlight, a Connections column, and a live-feed tag + filter.
36
38
 
37
39
  ## Security
38
40
 
39
41
  The inspector channel is **read-only** but **unauthenticated** in v1, and `inspector: true` mirrors every message payload to the bus (an extra publish per message). Keep it to **local development or a trusted network** — never enable it on an internet-facing production node. Mask sensitive fields with `inspector: { redact: [...] }` (applies to `ctx`, `conn.data`, and message payloads).
40
42
 
41
43
  See the [Control Center guide](https://mertdogar.github.io/super-line/guide/control-center) for details.
44
+
45
+ ---
46
+
47
+ - 📦 npm: [`@super-line/control-center`](https://www.npmjs.com/package/@super-line/control-center) · v0.7.0
48
+ - 📖 Docs: <https://mertdogar.github.io/super-line/>
49
+ - 🧩 Source: <https://github.com/mertdogar/super-line>
50
+
51
+ MIT © Mert