Is there a Server Side Javascript engine for IIS?
Asked Answered
G

2

0

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

Glomerulonephritis answered 2/1, 2010 at 14:57 Comment(0)
M
2

Check out http://nodejs.org/.

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

Merow answered 17/7, 2011 at 19:16 Comment(1)
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
C
5

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

Chymotrypsin answered 2/1, 2010 at 15:7 Comment(1)
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
M
2

Check out http://nodejs.org/.

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

Merow answered 17/7, 2011 at 19:16 Comment(1)
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.