Is there a javascript server-side interpreter, like php?

我们两清 提交于 2019-12-05 09:12:01

Aptana Jaxer is very neat. You can even manipulate the DOM, and call server-side JS functions from the client.

Check out node.js (http://nodejs.org/). Server-side javascript with asynchronous stuff. Very neat.

Yup, there are several interpreters:

Server-Side Javascript uses on Wikipedia

Don't know which one/s are the most popular, available, and stable, though.

One popular implementation: http://www.mozilla.org/rhino/

Checkout http://commonjs.org/

-- MV

Try TeaJS, which has a native module for apache - like many solutions it is based on Google's V8 engine but includes most support for the CommonJS standard.

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