node-cookies

Cookies, optionally signed using Keygrip - Node.js module
  https://github.com/expressjs/cookies
  0
  no reviews



Cookies is a Node.js module for getting and setting HTTP(S) cookies. Cookies can be signed to prevent tampering, using Keygrip. It can be used with the built-in node.js HTTP library, or as Connect/Express middleware.

Node.js is an event-based server-side JavaScript engine.