Here is a simple example of an express application with serverside session usage.
- You need NPM and of course Nodejs
- You need a Redis server.
- If your are running Debian or Ubuntu just run
apt install redis-server
- On windows, just download the installer from the offical redis page. LINK
Before you run the application, you have to run
npm install
after that, just run
npm start