what is event driven web server
There’s a nice analogy of this described here: https://www.tumblr.com/daverecycles/3104767110/explain-event-driven-web-servers-to-your-grandma Relevant text from the above link: Explain “Event-Driven” Web Servers to Your Grandma You’ve heard the term event-driven, event-based, or evented when it comes to web servers. Node.js is based on evented I/O. nginx is an asynchronous event-driven web server. But what does the term mean? … Read more