While creating back-end apps with express.js, I have used express-session
and cookie-session
.
But, recently I found out this cookie-parser
package on npm. It's pretty popular.
My question is,
What is cookie-parser
and how is it different from express-session
or cookie-session
?