angularjs - NodeJS or NGINX for Reverse Proxy -
i'm restructuring project use gulp, bower, npm, , angularjs. current architecture uses javascript mvc served nginx, proxy's requests backend (java). there no changes backend services, since front-end architecture using npm, make sense switch nginx proxy server nodejs? nginx better choice proxy server nodejs?
thanks.
nginx better choice proxy server node.js. correctly configured, nginx work faster , use less resources. also, nginx standard choice such tasks , has many production-ready modules out of box (such rate-limiting, load balancing, gzip, etc).
Comments
Post a Comment