Hacker News new | ask | show | jobs
by antoaravinth 2928 days ago
That's excellent point. When I digged into express source I understood several things like how it extends the response object via prototype to add methods like send etc. Also you will understand how exactly next function is implemented and then you can literally understand anything about the library.