-->

Is there a Server Side Javascript engine for IIS?

2019-08-28 21:40发布

问题:

I am looking for a solution similar to Aptana's Jaxer where I can execute javascript server side.

回答1:

Check out http://nodejs.org/.

It uses the V8 Engine which is the fastest javascript engine.



回答2:

You have ASP JScript which works on IIS on the server-side. Its almost like standard JavaScript.