-
Notifications
You must be signed in to change notification settings - Fork 10
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.
- Node
- Redis
- NodeJS
- Express
- Redis
Port: 3500
$ cd scrapbook-session-service
$ npm install
$ npm run dev
- Light weight
- In memory
- Faster gets (O(1))