This week I decided to take a look at Aptana Jaxer – A server-side JavaScript implementation, or “Ajax Server” like their site says. It’s a bit different take on a server-side language and requires some new ways to do things.
What it basically lets you do, is completely throw away all “traditional” server-side languages, and write all your code in JavaScript. What’s more, it lets you edit the DOM of the page using the same means you would use to edit it in the browser client-side.