NAME

    SignalR - Perl SignalR Implementations

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.