Background:
We've written some client-side javascript that we now have to move to a server for performance reasons. What we'd like to do is move the current javascript right over to a server rather than re-writing in a different language. It will need to access an Oracle database to get data.
Question:
So, what are some recommended implementations of Javascript on the server? We've looked briefly into Node.js but that can't access Oracle. I've also heard of Rhino, but don't know how that stands. Are there any implementations we should focus our investigation on? I should mention that we are using Apache on *nix for a server.