:: Day-2 of learning Express JS ::
Today I've learnt about middleware and its uses alongwith HTTP headers and why do we need them.
What are middlewares?
Middlewares are functions that have access to the request object(req), the response object(res), and thenext function in the applica...
biswa-dev.hashnode.dev5 min read