asp classic - Is it possible to use V8 in ASP? -
since asp (active server pages) seems supported @ to the lowest degree 10 years, possible run asp on v8? (have tried that?)
(note: know there node.js or owin , advantages of these:)
update: according wikipedia supports 3rd party scripting languages instance perlscript. so, seems me scripting layer provided com, hence might possible create com wrapper v8 used in asp.
as many people have said classic asp supports both vbscript , jscript (microsoft's implementation of ecmascript standard) out of box.
this doesn't mean can't utilize other scripting languages classic asp, finding info on how implement microsoft coins "active scripting" (originally called "activex scripting") language going difficult.
the info have been able find may help activeperl has active scripting language component of perl called perlscript.
if have active scripting language installed in iis other vbscript or javascript can utilize asp processing directive @language switch using them.
so in conclusion;
if v8 supports active scripting reply yes.
useful links
active scripting (wiki) chapter 6 - developing web applications (msdn) windows script interfaces (recommended reading) asp-classic v8
No comments:
Post a Comment