Running Node.js in apache?

后端 未结 7 1099
予麋鹿
予麋鹿 2020-11-28 02:41

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

7条回答
  •  情书的邮戳
    2020-11-28 02:54

    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.

提交回复
热议问题