Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/secondstreet/talker.js

A tiny, promise-based library for cross-origin communication between frames and windows.
https://github.com/secondstreet/talker.js

Last synced: about 2 months ago
JSON representation

A tiny, promise-based library for cross-origin communication between frames and windows.

Awesome Lists containing this project

README

        

# talker.js

A small (<13kB minified, <6kB min+gzip), promise-based library for cross-origin communication between frames and windows.

## Documentation

Please see [drive.secondstreet.com/introducing-talker](http://drive.secondstreet.com/introducing-talker/) for instructions and examples for using Talker.js in your own projects.

## Building

```
yarn install
yarn run build
```