Execute javascript on IIS server -
i have following situation. customer uses javascript jquery create complex website. use javascript , jquery on server (iis) following reasons:
skills transfer - use javascript , jquery on server , not have use eg vb script. / classic asp. .net framework/java etc ruled out because of this.
improved options search/accessibility. able use jquery templating system, isn't viable search engines , users js turned off - unless can selectively run code on server.
there significant investment in iis , windows server, changing not option.
i know can run jscript on iis using windows script host, unsure of scalability , process surrounding this. unsure whether have access dom.
here diagram explains situation. wondering if has done similar?
edit: not looking critic on web architecture, wanting know if there options manipulating dom of page before sent client, using javascript. jaxer 1 such product (no iis) thanks.
have @ bringing browser server, rhino, , use microsoft's iis java servlet engine.
the first link john resig's (jquery's creator) blog.
update august 2 2011
Comments
Post a Comment