Hacker News new | ask | show | jobs
by gberger 3594 days ago
Uh, then you and I have very different definitions of "express-like". When I think of express I think of middleware.
1 comments

In the simple way, express accepts a path (url-like fragment) and executes a callback when it matches the url. THAT is what I meant from express-like, but from this and other comments I can see it wasn't clear at all.