I would like to study the client code of a RADAR web application. (RADAR stands for RESTful Application, Dumb-Ass Recipient).
This means that there are only a rellatively small handful of HTML pages, the application backend spends most of its time sending out data in JSON or XML format in response to AJAX requests from the browser client in Javascript, preferably using jQuery.
Are there any such apps that you know of that I could study?