What is a good session store for a single-host Node.js production app?

后端 未结 8 1460
太阳男子
太阳男子 2020-11-29 15:38

I\'m using Node\'s Express w/ Connect middleware. Connect\'s memory session store isn\'t fit for production:

Warning: connection.session() Memo         


        
8条回答
  •  北海茫月
    2020-11-29 16:04

    Check out my benchmarks at https://github.com/llambda/express-session-benchmarks showing comparisons of different session implementations.

提交回复
热议问题