fmbenhassine / gamehub.io

Real-time multiplayer game server based on Node + Express + SocketIO + MongoDB + ElasticSearch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

use mongodb as session store

fmbenhassine opened this issue · comments

The app should use mongodb (through connect-mongo) to store sessions instead of in memory storage (not for production).