October 26, 2010
First 30-minute experience is a quality attribute that any web platform must consider to be able to succeed. Why 30 minutes? Does not matter – pick 2 hours or any amount of time that is less the time a developer can sit down without having to get up (say a max of 3 hours). If [...]
Read the full post →
October 24, 2010
Thanks to efforts like nodejs, server-side Javascript is getting mainstream. Now code-on-demand on the server side is easy. The idea of code-on-demand is simple. The server extends the functionality of the client by sending back code that the client needs to execute. Here is an example. http.createServer(function(request, response) { // Write the document response.writeHead(200, {“Content-Type” [...]
Read the full post →