Skip to content

A basic example how to use sessions in express, with redis as session storage.

Notifications You must be signed in to change notification settings

kosimas/ExpressRedisSessions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ExpressRedisSessions

Here is a simple example of an express application with serverside session usage.

What do I need to run this?

  • 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

How to start

Before you run the application, you have to run

npm install

after that, just run

npm start

About

A basic example how to use sessions in express, with redis as session storage.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published