Group
Extension

Matches 1

McBain-WithZeroMQ ( I/ID/IDOPEREL/McBain-WithZeroMQ-2.000000.tar.gz, IDOPEREL, 2014; MetaCPAN )
McBain-WithZeroMQ/lib/McBain/WithZeroMQ.pm ( view source; MetaCPAN )
e strict;
use 5.10.0;

use Carp;
use JSON;
use ZMQ::LibZMQ3;
use ZMQ::Constants qw(ZMQ_REP);

our $VERSION = "2.000000";
$VERSION = eval $VERSION;

my $json = JSON->new->utf8->convert_blessed;
my $MAX
>
and L<mcbain-zmq-client>, respectively.

The workers created by this module receive payloads in JSON format, and convert them into the 
hash-refs your API's methods expect to receive. The payload mu
o the clients in JSON as well. Note that if an API method does not return a hash-ref, this runner
module will automatically turn it into a hash-ref to ensure that conversion into JSON will
be possible

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.