express-socket.io-session icon indicating copy to clipboard operation
express-socket.io-session copied to clipboard

other way to solve this problem

Open chenmocoder opened this issue 6 years ago • 1 comments

https://github.com/socketio/socket.io-redis or https://github.com/lklepner/socket.io-adapter-mongo can solve multi servers that use socket.io. use redis or mongo store socket.io's session.

chenmocoder avatar May 10 '19 06:05 chenmocoder

I use socket.io-redis with a MariaDB+Redis tech stack, works great! You have to set it up right though ;-)

knoxcard avatar Jul 24 '19 22:07 knoxcard