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

https://github.com/lookfirst/message

Implementation of postMessage
https://github.com/lookfirst/message

Last synced: over 1 year ago
JSON representation

Implementation of postMessage

Awesome Lists containing this project

README

          

message
=======

This is my hacked version of ender postMessage from:
https://github.com/thomassturm/ender-postmessage

The only changes are the names of the methods
and I declare the amd/requirejs export...

To use this:

```
message = require('message')
message.post ...
message.receive ...
```