Hi Ryan, > One question I have is with the use of Backbone and streaming responses. > Can it's collection models be set to work with a streaming source? We would > somehow have to hook into its url handling and also render partial > templates on each 'row' object received. Anyone have some suggestions on > how to proceed to do that? >
There are a number of options, and they can be done on a per collection basis. You'd just override the collections fetch method and hook in the streaming there, I think. Cheers Simon
