Skip to content
Discussion options

You must be logged in to vote

Nginx (pronounced "Engine-X") is a high-performance web server that can also act as:

Reverse Proxy
Load Balancer
HTTP Cache
API Gateway

It is widely used in production environments because it efficiently handles many concurrent connections.

Example
Client

Nginx

Node.js Application

Users connect to Nginx instead of directly to the backend.

Advantages
Fast
Lightweight
SSL termination
Static file serving
Reverse proxy support

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by malikaweerakoon1974
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants