NAME
AnyMQ::ZeroMQ - AnyMQ using just a socket and JSON.
VERSION
Version 0.01
SYNOPSIS
my $bus = AnyMQ->new_with_traits(
traits => ['RawSocket'],
# listener socket
address => '0.0.0.0:4000',
);
# see AnyMQ docs for usage
SEE ALSO
AnyMQ, Web::Hippie, Web::Hippie::PubSub
AUTHOR
Mischa Spiegelmock, <revmischa at cpan.org>
LICENSE AND COPYRIGHT
Copyright 2012 Mischa Spiegelmock.
This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.