问题
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