By IndianGuru
via sitekreator.com
Published: Oct 18 2006 / 07:33
The basic point of distributed programming is to let computers communicate between themselves. The simplest and most common form of distributed programming is the web service. Web services work on top of HTTP: they generally involve sending an HTTP request to a certain URL (possibly including an XML document), and getting a response in the form of another XML document. An excellent article and code on writing Web services in Ruby.
Tweet
SaveShareSend
Tags: how-to, open source, ruby, web services
Add your comment
Voters For This Link (12)
-
IndianGuru -
bonlebon -
hiveminds -
mikestephen -
matt -
daniel -
brianjlandau -
markthomas -
cjharrelson -
unchqua -
terryross -
zoat


