We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
以最简单的hello world为例,GET /返回hello world
当然服务器不差钱的时候,可以安排5台服务器:
对于集群长连接需要借助带集群的消息队列来解决信息互通,比如Kafka, RabbitMQ,此外WebSocket则需要在Nginx中增加负载均衡的相应配置即可。
可以在2台或多台服务器上配置集群
TODO: 待补充
集群后存在大量日志在所难免,这是就需要用到ELK,统一采集日志到后台,或者直接用SaaS日志服务。
参考阅读
The text was updated successfully, but these errors were encountered:
No branches or pull requests
定义
私有化实现
以最简单的hello world为例,GET /返回hello world
当然服务器不差钱的时候,可以安排5台服务器:
WebSocket, Socket & MQTT 长连接
对于集群长连接需要借助带集群的消息队列来解决信息互通,比如Kafka, RabbitMQ,此外WebSocket则需要在Nginx中增加负载均衡的相应配置即可。
redis & mongodb
可以在2台或多台服务器上配置集群
云端实现
TODO: 待补充
度量
TODO: 待补充
监控
集群后存在大量日志在所难免,这是就需要用到ELK,统一采集日志到后台,或者直接用SaaS日志服务。
TODO: 待补充
参考阅读
The text was updated successfully, but these errors were encountered: