Implementing Caching on your RESTful server (blog.mugunthkumar.com)

12 points by MugunthKumar ↗ HN
A post on HATEOAS and hypermedia and then show you the role it plays in a native mobile client development. But the crux of this post is going to be centered around how to implement caching (or rather server side support for caching). Target audience include, server developers and to some extent, iOS or any mobile platform developers.

2 comments

[ 4.1 ms ] story [ 13.1 ms ] thread
tl;dr-version: interesting title. pretty much nothing in it about rest (except: do not use it) and only few very basic caching primitives. no mentions of, say, esi (which is very nice and most of the time pretty easy to do for restful webservices).
I'm not against rest. The click and discover mechanics doesn't really make sense on native clients