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

NAME

SignalR::Client - Perl Client for the SignalR 2-way RPC Protocol

VERSION

0.001

DESCRIPTION

The SignalR Protocol is a protocol for two-way RPC over any Message-based transport. Either party in the connection may invoke procedures on the other party, and procedures can return zero or more results or an error.

AUTHOR

James Wright <jwright@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2020 by James Wright.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.