Skip to content

Session Microservice

Hrishikesh Paul edited this page Feb 21, 2021 · 5 revisions

The Session Microservice would be used in primarily maintaining user request logs along with login data to maintain and update timeout values.

Dependencies

  • Node
  • Redis

Tech

  • NodeJS
  • Express
  • Redis

Port: 3500

How to run

$ cd scrapbook-session-service
$ npm install
$ npm run dev

Why Redis?

  • Light weight
  • In memory
  • Faster gets (O(1))
Clone this wiki locally