Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/frantallukas10/sync-two-pages
- Owner: frantallukas10
- License: mit
- Created: 2017-10-16T21:04:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-24T23:30:27.000Z (over 7 years ago)
- Last Synced: 2024-11-18T21:59:42.691Z (2 months ago)
- Language: HTML
- Homepage:
- Size: 20.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.