Ayms / node-cookies

Simple implementation of cookies

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

node-cookies

Simple implementation of cookies

Install :

npm install node-cookies

or

git clone http://github.com/Ayms/node-cookies.git
cd node-cookies
npm link .

Use :

See : Ayms/node-dom

To ameliorate :

Current implementation uses one file per user (./cookies.txt) and does not clean it.

About

Simple implementation of cookies


Languages

Language:JavaScript 100.0%