Is there a Server Side Javascript engine for IIS?
I am looking for a solution similar to Aptana's Jaxer where I can 开发者_运维问答execute javascript server side.
You have ASP JScript which works on IIS on the server-side. Its almost like standard JavaScript.
Check out http://nodejs.org/.
It uses the V8 Engine which is the fastest javascript engine.
精彩评论