Skip to main content

2 docs tagged with "performance"

View all tags

Nginx Architecture & Installation

Learn how Nginx handles thousands of connections using its Master-Worker architecture and how to install it on Linux and Docker. This chapter will give you a solid understanding of why Nginx is so fast and how to get it up and running for your MERN applications.

Nginx as a Reverse Proxy

Learn how to secure your Node.js API and React frontend by using Nginx as a high-performance reverse proxy. This chapter will guide you through the configuration needed to route API requests to your backend while serving your frontend efficiently. By the end, you'll have a professional setup that keeps your MERN application fast and secure.