An open API service indexing awesome lists of open source software.

https://github.com/fbukevin/nodejs-logfile-session

Sample of express project with log to file and remote session server
https://github.com/fbukevin/nodejs-logfile-session

Last synced: 17 days ago
JSON representation

Sample of express project with log to file and remote session server

Awesome Lists containing this project

README

          

# Usage

1. `npm install`
2. `npm start`

# logfile

Use morgan logger to create access log and configure to write logs to specific file in app.js.

# session

User Redis to create session server and adopt tj/connect-redis(Redis client) in express project.