The Ruby standard library package 'xmlrpc' enables you to create a server that implements remote procedures and a client that calls them. Very little code is required to achieve either of these. WWW: https://github.com/ruby/xmlrpc
6 lines
232 B
Plaintext
6 lines
232 B
Plaintext
The Ruby standard library package 'xmlrpc' enables you to create a server that
|
|
implements remote procedures and a client that calls them. Very little code is
|
|
required to achieve either of these.
|
|
|
|
WWW: https://github.com/ruby/xmlrpc
|