@gwakko/shared-websocket 0.10.1 → 0.10.2
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 +14 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,6 +4,20 @@ Share **one** WebSocket connection across all browser tabs. Leader election via
|
|
|
4
4
|
|
|
5
5
|
[](https://www.npmjs.com/package/@gwakko/shared-websocket)
|
|
6
6
|
|
|
7
|
+
## Table of Contents
|
|
8
|
+
|
|
9
|
+
- [How It Works](#how-it-works)
|
|
10
|
+
- [Installation](#installation)
|
|
11
|
+
- [Quick Start](#quick-start)
|
|
12
|
+
- [Vanilla TypeScript](#vanilla-typescript)
|
|
13
|
+
- [React 19](#react-19)
|
|
14
|
+
- [Vue 3](#vue-3)
|
|
15
|
+
- [Features](#features)
|
|
16
|
+
- [Processing Pipeline](#processing-pipeline)
|
|
17
|
+
- [Options](#options)
|
|
18
|
+
- [Documentation](#documentation)
|
|
19
|
+
- [Browser Support](#browser-support)
|
|
20
|
+
|
|
7
21
|
## How It Works
|
|
8
22
|
|
|
9
23
|
```
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gwakko/shared-websocket",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.2",
|
|
4
4
|
"description": "Share ONE WebSocket connection across browser tabs — leader election, BroadcastChannel sync, optional Web Worker",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|