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

https://github.com/lsongdev/bustop

Working with iframe and window.postMessage();
https://github.com/lsongdev/bustop

iframe iframe-communicator post-message

Last synced: 28 days ago
JSON representation

Working with iframe and window.postMessage();

Awesome Lists containing this project

README

          

## message-bus.js [![message-bus.js](https://img.shields.io/npm/v/message-bus.js.svg)](https://npmjs.org/message-bus.js)

> message bus

### Installation

```html

```

### Example

```js
const messageBus.js = require('message-bus.js');

// your code here

```

### Contributing
- Fork this Repo first
- Clone your Repo
- Install dependencies by `$ npm install`
- Checkout a feature branch
- Feel free to add your features
- Make sure your features are fully tested
- Publish your local branch, Open a pull request
- Enjoy hacking <3

### MIT

This work is licensed under the [MIT license](./LICENSE).

---