For example, writing out server things using javascript, instend php.
Aptana Jaxer is very neat. You can even manipulate the DOM and call JS functions on the server side from the client.
Check out node.js ( http://nodejs.org/ ). Server-side javascript with asynchronous stuff. Very neat.
There is server-side JavaScript
Yup, there are several interpreters:
Server-side Javascript uses on Wikipedia
I donβt know which of them are the most popular, affordable and stable.
One popular implementation: http://www.mozilla.org/rhino/
Checkout http://commonjs.org/
- MV
Try TeaJS , which has its own apache module - like many solutions, it is based on Google V8, but includes great support for the CommonJS standard.