07.04.2018, 18:24
Quote:
shit.. I didn't even know you could code a full UCP via node.js.. I always hear about node.js, but for some reason I tend to avoid diving into learning it.. maybe I'm a die-hard Pawno/MySQL/PHP/HTML..
anyways.. I wonder how it does on performance, is it generally the same resource intensive as a standard PHP/MySQL UCP? also, would it integrate into apache2.conf/httpd.conf config as a subdomain on a standard apache2 installation? |
As of raw performance, you can g000gle and see the benchmarks yourself, nodejs is faster in almost all scenarios.
And yes you can use apache to configure a subdomain and redirect the traffic to nodejs app, just g0ogle how to reverse proxy a subdomain to nodejs app using apache, you can also configure the apache to serve public static files to have a better performance.