@livestore/webmesh 0.3.0-dev.19 → 0.3.0-dev.21

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
@@ -15,10 +15,12 @@ It's used in LiveStore as the foundation for the LiveStore devtools protocol com
15
15
 
16
16
  - Each node name needs to be unique in the network.
17
17
  - The node name is also used as a "tie-breaker" as part of the messaging protocol.
18
+ - It's using the `WebChannel` concept from the `@livestore/utils` package.
18
19
 
19
20
  ## Inspiration
20
21
 
21
22
  - Elixir `Distribution` / OTP
22
23
  - https://elixirschool.com/en/lessons/advanced/otp_distribution
23
24
  - https://serokell.io/blog/elixir-otp-guide
24
- - Consul by HashiCorp
25
+ - Consul by HashiCorp
26
+ - Ethernet