简体   繁体   中英

Scaling of Nodejs Socket.io Redis architecture

I know there are many q&a and resources on scaling Nodejs Socket.io, and I have read up quite alot. I am thinking of a simple deployment architecture on the cloud such as AWS that I will like to validate with the experts out here.

http://oi48.tinypic.com/5mgx7b.jpg

Is my diagram correct? Is this the way to scale? If so, how can I prevent Redis instance from becoming the single point of failure?

Redis也可以缩放: http//redis.io/topics/replication

Redis可能很快会有一个HA模式,但同时你可以尝试另一个“商店”,例如MongoStore

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM