cross-storage
Version:
Cross domain local storage
17 lines (12 loc) • 468 B
Markdown
# Example
To use the example, run the following commands from the root `cross-storage`
directory:
``` bash
python -m SimpleHTTPServer 3000
python -m SimpleHTTPServer 3001
python -m SimpleHTTPServer 3002
```
Then load the clients via:
* [http://localhost:3001/example/client1.html](http://localhost:3001/example/client1.html)
* [http://localhost:3002/example/client2.html](http://localhost:3002/example/client2.html)
Inspect the console output to view the results.