Advantages of a reverse proxy in front of Node.JS

前端 未结 3 2088
暗喜
暗喜 2020-12-04 15:18

What are the advantages of having nginx or another web-server running as a reverse-proxy in front of the Node.JS? What does it provide?

(This question is intended fo

3条回答
  •  失恋的感觉
    2020-12-04 16:21

    Reverse proxy really helps to improve the performance when you especially dealing with the SSL and gzip compression. Also, there are many other advantages. Thanks to Thomas Hunter II(Intrinsic). Read whole blog here https://medium.com/intrinsic/why-should-i-use-a-reverse-proxy-if-node-js-is-production-ready-5a079408b2ca

提交回复
热议问题