Technology

You are browsing the Technology tag archive.

XML-RPC

XML-RPC is a very cool concept that I have started to play around with. It allows Remote Procedure Calls (RPC) via XML through a http server. This allows you to create distributed applications which make use of methods on remote servers.
For example, if you have a powerful server, you can have it do all [...]