IIS 有服务器端 Javascript 引擎吗?
我正在寻找类似于 Aptana 的 Jaxer 的解决方案,我可以在其中执行 javascript 服务器端。
I am looking for a solution similar to Aptana's Jaxer where I can execute javascript server side.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您有可在服务器端的 IIS 上运行的 ASP JScript。它几乎就像标准的 JavaScript。
You have ASP JScript which works on IIS on the server-side. Its almost like standard JavaScript.
查看 http://nodejs.org/。
它使用 V8 引擎,这是最快的 JavaScript 引擎。
Check out http://nodejs.org/.
It uses the V8 Engine which is the fastest javascript engine.