What is Node.js’ Connect, Express and “middleware”?
[Update: As of its 4.0 release, Express no longer uses Connect. However, Express is still compatible with middleware written for Connect. My original answer is below.] I’m glad you asked about this, because it’s definitely a common point of confusion for folks looking at Node.js. Here’s my best shot at explaining it: Node.js itself offers … Read more