Creating cookies in NodeJS application
What are cookies ?
Cookies are the chunks of small information created by server which are used to track clients activities.
Prerequisites
We must have Express installed in our Node application.
How can we create cookies in Node application ?
To crea...
ayushak18.hashnode.dev1 min read