Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/frantallukas10/sync-two-pages

synchronization between two pages from localstorage
https://github.com/frantallukas10/sync-two-pages

Last synced: 5 days ago
JSON representation

synchronization between two pages from localstorage

Awesome Lists containing this project

README

        

# synchronization between two pages from localstorage

first you need trun off prevent third-party websites from saving and reading cookie data or you can use this package https://www.npmjs.com/package/http-server
install package

## Installation:
```
npm install http-server -g
```

## Usage:
```
http-server .
```

open this url in browsers
http://localhost:8080/page2.html.
http://localhost:8080/page1.html.

## License:

MIT, see `LICENSE.md` for more information.