And using tools like Phusion Passenger <https://www.phusionpassenger.com/>?
I also like the idea of do all with nodejs because its less complicated if you know what are you doing, some troubles maybe will be if your router is no fault tolerant will have downtimes, with tools like passenger seems that it will not happen, also run on apache *sick and nginx. Yes to serve static content nginx will help a lot also. Maybe mix the nginx serve static content and redirects all the 80 port traffic to your node router and there it runs your express app or something like, what I don't like for unknown reasons its to have plenty of apps with different ports, in my case just want to have one port. Don't know if it will impact the performance if it goes through a router (maybe with a load balancer and node cluster it will solve the bottleneck). Talking about the 20ms that nginx add and forget about some headaches seems cool too, because in some cases you don't want to spent a lot of time fixing or worrying about security issues. Yes apache works with xml and IMO xml sucks (maybe its great) but I don't like it because its much complicated than json. Im just curious in how other devs thinks and argue about how its the best way to manage node apps in their cases. But seems that we need to sacrifice some performance to gain some features. No one here uses a nodejs app as router? Regards -- -- 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 --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
