@browser-network/database
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "@browser-network/database", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "A type of distributed database built on top of the distributed browser-network", | ||
@@ -5,0 +5,0 @@ "main": "./dist/src/index.js", |
@@ -103,4 +103,9 @@ # Distributed Browser Database (Dbdb) | ||
Now navigate to `localhost:8000` or whatever port you're hosting it on, with | ||
a few browser windows, and you'll soon start to see messages being passed back | ||
and forth. | ||
a few browser windows. | ||
Now, in one of them, open up the console, and run `setState('hello, world!')` | ||
You should see, eventually, that state appear on the screens of all the different | ||
browser windows you have open. | ||
## Usage | ||
@@ -107,0 +112,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1260921
192