asp.net - Can node.js replace my javascript timer? -


i posted here short while ago today. had asked whether compile javascript using jscript.net.

i told (quite rightly) jscript.net old technology , not unsupported) , should @ new technology node.js.

i have taken @ node.js. understand standalone web server can sit side-by-side iis.

i have developed asp.net application. uses lot of jquery/javascript ajax calls client.

i using javascript timer calls url generic handler (asmx)to return image in bytes.

i wanted see if compile javascript using jscript.net (hence original question) would:

hide url address call , perhaps improve performance of javascript.

i have looked @ sample code node.js not find 'replace' javascript timer.

i admit javascript/client skills not great.

but firstly, possible node.js?

i ready learn...

i have taken @ node.js. understand standalone web server can sit side-by-side iis.

node.js platform on can execute javascript (generally on server). use side-by-side iis.

hide url address call , perhaps improve performance of javascript.

you can never hide request details, there many many ways view request details. suggest changing approach if security conscious.

i have looked @ sample code node.js not find 'replace' javascript timer.

as javascript timer executed client side, not use node.js replace it. use node.js process timed request client sends, .net handler.


Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -