数据同步和消息传递服务-deepstream
2019-10-29 15:31:09 阿炯

deepstream.io 开发和维护 deepstream,这是一个有百万级数据同步和消息传递能力的处理引擎。服务器和客户端基于 WebSockets 协议通讯。提供多种语言的客户端开发包,包括可直接在浏览器使用的 JavaScript 包。在MIT协议下授权。

 
deepstream is a standalone realtime server that can be run on all major platforms. It's also a node server than can be easily extended with custom logic in almost all cases.a fast and secure data-sync realtime server for mobile, web & iot.

deepstream 的使用场景:
协作应用,例如 Google Docs 或者 Trello 之类
快速贸易、拍卖平台、股票和库存控制
消息传递和社交平台
金融报表和风险控制
多玩家的手机游戏
实时的统计分析和监控系统
物联网数据采集和控制系统
过程管理系统

其声称基准测试比 Socket.IO 快1000倍

deepstream provides three core concepts:

Data-sync: stateful and persistent JSON objects that can be manipulated in whole or in parts and are synchronized across all connected clients
Pub-Sub: many-to-many messaging based on subscriptions to topics
Request-Response: Question/Answer workflows
Presence: Question/Answer workflows

新版本改进内容包括:
New License (MIT)
Singular HTTP Service
SSL Support reintroduced
Better Config file validation
JSON Logger
NGINX Helper
Combined authentication handler
Embedded dependencies
Builtin HTTP Monitoring
Storage authentication endpoint
Guess whats back, official clustering support!

最新版本:5.0


官方主页:https://deepstream.io/