recommendations

What are some recommended server-side javascript implementations?

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 i...