blob: 7a1add0502d221396aa94a11e40250af1cdaa47a (
plain) (
blame)
1
2
3
4
5
6
7
8
|
This module provide TCP-based MessagePack RPC server/client
implementation.
AnyEvent::MPRPC provide you a couple of export functions that are
shortcut of AnyEvent::MPRPC::Client and AnyEvent::MPRPC::Server. One
is mprpc_client for Client, another is mprpc_server for Server.
WWW: http://search.cpan.org/dist/AnyEvent-MPRPC/
|