Well it may not defeat all the purposes of Node. You can still do all the background IO (talking to database etc) in async glory, but you do lose somewhat since you have to double parse things to be compatible with default node libraries.
On Monday, July 9, 2012 9:46:17 AM UTC-5, Tim Caswell wrote: > > NodeJS *is* the http server. I'm not sure how it would run inside apache. > I guess you could run node as a cgi program or implement the wsgi > interface or something, but that kinda defeats the purpose of node's > architecture. > > On Fri, Jul 6, 2012 at 8:41 AM, Andrew Leer <[email protected]> wrote: > >> When connecting Apache Tomcat web-apps to an existing Apache website, >> mod_jk can be loaded to give a web application a virtual directory within >> Apache. >> >> (also here: http://bit.ly/Ma3ZlV) >> >> Are there any similar modules for connecting node.js to Apache? >> >> >> >> -- >> Job Board: http://jobs.nodejs.org/ >> Posting guidelines: >> https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines >> You received this message because you are subscribed to the Google >> Groups "nodejs" group. >> To post to this group, send email to [email protected] >> To unsubscribe from this group, send email to >> [email protected] >> For more options, visit this group at >> http://groups.google.com/group/nodejs?hl=en?hl=en >> > > -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
