@livestore/webmesh 0.3.0-dev.42 → 0.3.0-dev.44
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 +1 -0
- package/dist/.tsbuildinfo +1 -1
- package/dist/node.d.ts +6 -0
- package/dist/node.d.ts.map +1 -1
- package/dist/node.js +9 -3
- package/dist/node.js.map +1 -1
- package/package.json +4 -4
- package/src/node.ts +16 -2
package/README.md
CHANGED
|
@@ -27,6 +27,7 @@ ProxyChannels and DirectChannels have the following properties (similar to TCP):
|
|
|
27
27
|
- It's using the `WebChannel` concept from the `@livestore/utils` package.
|
|
28
28
|
- We assume network edges to be low-latency (a few ms)
|
|
29
29
|
- Webmesh is used in LiveStore as the foundation for the LiveStore devtools protocol communication.
|
|
30
|
+
- The implementation should avoid timeout-based "solutions" as much as possible.
|
|
30
31
|
|
|
31
32
|
## Tradeoffs
|
|
32
33
|
|