Strategy to implement a scalable chat server

我怕爱的太早我们不能终老 提交于 2019-11-30 02:41:42

There's a rather good explanation at the Socket.io site. Have a look at

It suggests using Nginx as HTTP load balancer, Node.js clustering (with sticky sessions) and Redis as the message backend.

I think your goals should be achievable with little to none coding involved, only using the given modules and configuration mechanisms.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!