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

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

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)