We have an Apache Webserver installed on a machine which also serves pages using Perl.
For a project I\'ve decided to use Node.js instead of Perl/Ruby. Just wonderin
While doing my own server side JS experimentation I ended up using teajs. It conforms to common.js, is based on V8 AND is the only project that I know of that provides 'mod_teajs' apache server module.
In my opinion Node.js server is not production ready and lacks too many features - Apache is battle tested and the right way to do SSJS.