xmlrpc-c/README.md

7 lines
260 B
Markdown
Raw Permalink Normal View History

2024-01-05 19:45:43 +01:00
# xmlrpc-c
Programming library for writing an XML-RPC server or client in C or C++.
XML-RPC is a standard network protocol to allow a client program to make a simple remote procedure call (RPC) type request of a server.
Like SOAP or CORBA, but much simpler.