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

拟墨画扇 提交于 2019-12-07 03:34:05

问题


For example, writting server-side things using javascript, instend of php.


回答1:


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




回答2:


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




回答3:


There is Server-side JavaScript




回答4:


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.




回答5:


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




回答6:


Checkout http://commonjs.org/

-- MV




回答7:


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.



来源:https://stackoverflow.com/questions/2614954/is-there-a-javascript-server-side-interpreter-like-php

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