Dummy NGINX web server implemented in Python to understand its architecture.
It shows the internal of an individual worker process and how it manages the client sockets and server sockets, and more importantly, it displays how the event loop architecture makes it performant and fast