You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
6
6
# ws13 — WebSocket API v1.1.0
7
7
8
-
Modular, extensible and operations-friendly WebSocket framework for Node.js. This release focuses on a small, stable core so dependent projects can proceed; extensions ([`channels`](./extensions/channels/README.html), [`auth`](./extensions/auth/README.html), [`history`](./extensions/history/README.html), [`events`](./extensions/events/README.html), [`admin`](./extensions/admin/README.html), [`routing`](./extensions/routing/README.html), [`heartbeat`](./extensions/heartbeat/README.html), [`message-meta`](./extensions/message-meta/README.html), `permessage-deflate`) exist as planned work and will be completed and documented in follow-up releases.
8
+
Modular, extensible and operations-friendly WebSocket framework for Node.js. This release focuses on a small, stable core so dependent projects can proceed; extensions ([`channels`](./extensions/channels/README.md), [`auth`](./extensions/auth/README.md), [`history`](./extensions/history/README.md), [`events`](./extensions/events/README.md), [`admin`](./extensions/admin/README.md), [`routing`](./extensions/routing/README.md), [`heartbeat`](./extensions/heartbeat/README.md), [`message-meta`](./extensions/message-meta/README.md), `permessage-deflate`) exist as planned work and will be completed and documented in follow-up releases.
9
9
10
10
Status: core stable and testable — extensions work in progress (APIs present in repository; integration examples available in examples/).
11
11
@@ -33,7 +33,7 @@ Status: core stable and testable — extensions work in progress (APIs present i
33
33
- TypeScript definitions included ('index.d.ts') for IDE support.
34
34
- Tests included for core registry and basic behaviour (see 'index.test.js').
35
35
36
-
Extensions ([`channels`](./extensions/channels/README.html), [`events`](./extensions/events/README.html), [`history`](./extensions/history/README.html), [`admin`](./extensions/admin/README.html), [`routing`](./extensions/routing/README.html), [`message-meta`](./extensions/message-meta/README.html), [`heartbeat`](./extensions/heartbeat/README.html)) are available as separate modules in the repo but marked WIP — README below points to that.
36
+
Extensions ([`channels`](./extensions/channels/README.md), [`events`](./extensions/events/README.md), [`history`](./extensions/history/README.md), [`admin`](./extensions/admin/README.md), [`routing`](./extensions/routing/README.md), [`message-meta`](./extensions/message-meta/README.md), [`heartbeat`](./extensions/heartbeat/README.md)) are available as separate modules in the repo but marked WIP — README below points to that.
37
37
38
38
<palign="right"><ahref="#ws13-logo">Back to top ↑</a></p>
39
39
@@ -147,14 +147,14 @@ Add more tests as needed; tests live next to core and in each extension folder w
147
147
The following extensions exist as separate modules and will be fully documented and stabilised in subsequent releases.
148
148
Current status: prototype/partial implementations present in repo.
-[`auth`](./extensions/auth/README.md) — authentication and role-based authorization
158
158
159
159
If your project relies on a specific extension, tell me which one and I will prioritise finishing it and publishing a stable interface.
160
160
@@ -283,7 +283,7 @@ ws13/
283
283
## 📌 Contributing & development
284
284
285
285
- If you need only the core to unblock dependent projects, use the provided core export and tests. Extensions will follow; they are useful but not required for core adoption.
286
-
- Tell me which extension to stabilise first (`channels`, `history`, `events`, `auth`, `admin` or `routing`) and I’ll prepare stable API docs, tests, and examples.
286
+
- Tell me which extension to stabilise first ([`channels`](./extensions/channels/README.md), [`history`](./extensions/history/README.md), [`events`](./extensions/events/README.md), [`auth`](./extensions/auth/README.md), [`admin`](./extensions/admin/README.md) or [`routing`](./extensions/routing/README.md)) and I’ll prepare stable API docs, tests, and examples.
287
287
288
288
<palign="right"><ahref="#ws13-logo">Back to top ↑</a></p>
0 commit comments