Postman - a JavaScript message bus
http://github.com/aaronpowell/postmanPostman is a JavaScript library & npm package which allows for cross-component messaging like traditional pub/ sub libraries but without the reqiurement on a message to be published after all the listeners are attached.