The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.010 - 2016-12-08

  • Added
    • /pub/*, /push/*, and /bus/* can now accept POST requests to post new messages to the appropriate subscribers. This allows any random HTTP client to send messages (but not receive them, yet)

Documentation

A message broker for WebSockets
Prepare a release blog entry for this project

Modules

Main broker application class
Mercury command for Mojolicious
Mercury message broker command
A messaging pattern where all subscribers share messages
Pub/sub message pattern controller
Pub/sub controller with a topic heirarchy and cascading
Push/pull message pattern controller
A messaging pattern where all peers share messages
Manage a pub/sub pattern for a single topic
Manage a push/pull pattern for a single topic
Plugin for Mojolicious to add Mercury functionality