Is there a Server Side Javascript engine for IIS?

时间秒杀一切 提交于 2019-12-11 17:36:55

问题


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.



来源:https://stackoverflow.com/questions/1991822/is-there-a-server-side-javascript-engine-for-iis

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!