I am looking for a solution similar to Aptana's Jaxer where I can execute javascript server side.
Is there a Server Side Javascript engine for IIS?
Asked Answered
Check out http://nodejs.org/.
It uses the V8 Engine which is the fastest javascript engine.
iisnode has made some amazing strides :) I've been using it alongside an MVC ASP.NET app (although you can use it by itself). –
Chemistry
You have ASP JScript which works on IIS on the server-side. Its almost like standard JavaScript.
IIS has been running server-side JScript - which is a compliant implementation of ECMAScript - since the Windows NT 4 Option Pack, sometime around 1998... –
Damar
Check out http://nodejs.org/.
It uses the V8 Engine which is the fastest javascript engine.
iisnode has made some amazing strides :) I've been using it alongside an MVC ASP.NET app (although you can use it by itself). –
Chemistry
© 2022 - 2024 — McMap. All rights reserved.