Skip to content

Commit 0bd9771

Browse files
committed
[docs] Reference simple server
1 parent 6c548db commit 0bd9771

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

site/guides/05_synchronization/2_using_a_synchronizer.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,11 @@ using raw files.
163163

164164
See the createWsServer function documentation for more details.
165165

166+
Also note that there is a synchronizer-ws-server-simple module that contains a
167+
simple server implementation called WsServerSimple. Without the complications of
168+
listeners, persistence, or statistics, this is more suitable to be used as a
169+
reference implementation for other server environments.
170+
166171
## Synchronizing Over The Browser BroadcastChannel
167172

168173
There may be situations where you need to synchronize data between different

site/guides/14_releases.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
This is a reverse chronological list of the major TinyBase releases, with
44
highlighted features.
55

6+
# v5.4
7+
8+
This release includes the new synchronizer-ws-server-simple module that contains
9+
a simple server implementation called WsServerSimple. Without the complications
10+
of listeners, persistence, or statistics, this is more suitable to be used as a
11+
reference implementation for other server environments.
12+
613
# v5.3
714

815
This release is focussed on a few API improvements and quality-of-life changes.

0 commit comments

Comments
 (0)