https://github.com/lpan/iframe-rpc
[WIP] A reliable RPC framework to work around the Same-Origin Policy
https://github.com/lpan/iframe-rpc
javascript npm-module npm-package postmessage rpc rpc-framework same-origin-policy
Last synced: about 2 months ago
JSON representation
[WIP] A reliable RPC framework to work around the Same-Origin Policy
- Host: GitHub
- URL: https://github.com/lpan/iframe-rpc
- Owner: lpan
- License: mit
- Created: 2018-01-07T00:43:54.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-07T03:58:11.000Z (over 8 years ago)
- Last Synced: 2025-10-03T14:49:38.453Z (8 months ago)
- Topics: javascript, npm-module, npm-package, postmessage, rpc, rpc-framework, same-origin-policy
- Language: JavaScript
- Homepage:
- Size: 36.1 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# iframe-rpc
A reliable RPC framework to work around the Same-Origin Policy.
## Useful links
* [The Same-Origin Policy](https://developer.mozilla.org/en-US/docs/Web/Security/Same-origin_policy)
* [window.postMessage](https://developer.mozilla.org/en-US/docs/Web/API/Window/postMessage)
## Similar projects
* [substack/frame-rpc](https://github.com/substack/frame-rpc)