mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
5d31075cb4
applications with transparent object/method access from the client to the server. Network communication is optionally encrypted using IO::Socket::SSL. Several event loop managers are supported due to an extensible API. Currently Event and Glib are implemented. WWW: http://search.cpan.org/dist/Event::RPC/ PR: ports/97350 Submitted by: Vivek Khera <vivek@khera.org>
8 lines
382 B
Plaintext
8 lines
382 B
Plaintext
Event::RPC supports you in developing Event based networking client/server
|
|
applications with transparent object/method access from the client to the
|
|
server. Network communication is optionally encrypted using IO::Socket::SSL.
|
|
Several event loop managers are supported due to an extensible API. Currently
|
|
Event and Glib are implemented.
|
|
|
|
WWW: http://search.cpan.org/dist/Event::RPC/
|