Hullo ladles and gentle-spoons,

I am working on a very (very) light blog engine for my silverlight site. My concern is that their could be a large cost in processing/requests for articles on the client so I would like to move the "heavy lifting" to the server.

Essentially I would like my blog engine to serve up a "page" using some sort of request service. I haven't looked to much into WCF (currently I am) but it seems to fit my needs.

Is this the sort of information that WCF should pass about or is it more like simple messages, etc that it is used for?