Here is a Javascript implementation of a message queue that displays the messages in the ui – it is written in Coffeescript and compiles down to Javascript. Source available on github here. ui-message-queue is a Javascript implementation of a message queue allowing you to push messages (String) to the queue and display via a First… Read more »