NGINX
Nginx, pronounced "engine-ex", is a web server and reverse proxy server that can also function as a load balancer and HTTP cache. It is designed for high concurrency, low memory usage, and reliability, using an asynchronous event-driven architecture to handle many simultaneous connections with a small thread or process footprint.
Developed by Igor Sysoev, the first public release appeared in 2004 to address the C10k problem. Nginx
Architecture and features: The core is event-driven and non-blocking, allowing a small number of worker processes
Deployment and usage: Nginx is widely deployed for front-end handling of traffic to back-end services written