Deepstream 5.0 发布,重新选用 MIT 开源许可证

Deepsteram 5.0 发布了,这是一个百万级数据同步和消息传递的引擎。服务器和客户端基于 WebSockets 协议通讯。提供多种语言的客户端开发包,包括可直接在浏览器使用的 JavaScript 包。

deepstream 的使用场景:

  • 协作应用,例如 Google Docs 或者 Trello 之类

  • 快速贸易、拍卖平台

  • 消息传递和社交交互平台

  • 金融报表和风险控制

  • 赌场或者是多玩家的手机游戏

  • 实习的统计分析和监控系统

  • 物联网数据采集和控制系统

  • 股票和库存控制

    扫描二维码关注公众号,回复: 7661954 查看本文章
  • 过程管理系统

新版本改进内容包括:

Features:

  • 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!

Backwards compatibility

  • Custom authentication plugins now have to use the async/await API
  • Custom permission handlers need to slightly tweak the function arguments
  • Deployment configuration has to be (simplified) to respect the single HTTP/Websocket port

升级指南请看 https://deepstream.io/tutorials/upgrade-guides/v5/server/

猜你喜欢

转载自www.oschina.net/news/110904/deepstream-5-0-released