I read Hughes-Croucher slides from his talk at velocity conference - "Using Node.js to improve the performance of Mobile apps and Mobile web". can someone explain slide 50 - "Node.js allows you to tune rendering between client and server based on the network - http://www.slideshare.net/sh1mmer/using-nodejs-to-improve-the-performance-of-mobile-apps-and-mobile-web
is the idea is to measure the time it takes to send packets from each client and the device type and based on it to decide whether to render html on the server or send back json and let the client do the render? high bandwidth, high latency = render html on the server and send html back. low bandwidth, low latency, powerful device = send json back and render html on the client is that what he means? are there more advantages for mobile devices and the usage of node? -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
