deepstream.io

deepstream.io server

Github星跟蹤圖

deepstream - the open realtime server

deepstream is an open source server inspired by concepts behind financial trading technology. It allows clients and backend services to sync data, send messages and make rpcs at very high speed and scale.

Build Status npm versiondependencies Status devDependencies StatusDocker Stars

deepstream has three core concepts for enabling realtime application development

records are schema-less, persistent documents that can be manipulated and observed. Any change is synchronized with all connected clients and backend processes in milliseconds. Records can reference each other and be arranged in lists to allow modelling of relational data

events allow for high performance, many-to-many messaging. deepstream provides topic based routing from sender to subscriber, data serialisation and subscription listening.

remote procedure calls allow for secure and highly available request response communication. deepstream handles load-balancing, failover, data-transport and message routing.

Getting Started:

  1. Installing deepstream
  2. Quickstart
  3. Tutorials
  4. Documentation
  1. Slack
  2. Twitter
  3. Stack Overflow

Contributing

deepstream development is a great way to get into building performant Node.js applications, and contributions are always welcome with lots of ❤. Contributing to deepstream is as simple as having Node.js (10+) and TypeScript (3+) installed, cloning the repo and making some changes.

~ » git clone git@github.com:deepstreamIO/deepstream.io.git
~ » cd deepstream.io
~/deepstream.io » git submodule update --init 
~/deepstream.io » npm i
~/deepstream.io » npm start
      _                     _
   __, ___  ___ _ __  ___, _ _ __ ___  __ _ _ __ ____
  / _`, / _ \/ _ \ '_ \/ __, __, '__/ _ \/ _`, '_ ` _  \, (_, __/  __/, _) \__ \, _, __/ (_, \__,_, \___, \___, .__/, ___/\__, _, \___, \__,_, _, _, _, _, =====================   starting   =====================

From here you can make your changes, and check the unit tests pass:

~/deepstream.io » npm t

If your changes are substantial you can also run our extensive end-to-end testing framework:

~/deepstream.io » npm run e2e

For power users who want to make sure the binary works, you can run sh scripts/package.sh true. You'll need to download the usual node-gyp build environment for this to work and we only support the latest LTS version to compile. This step is usually not needed though unless your modifying resource files or changing dependencies.

主要指標

概覽
名稱與所有者deepstreamIO/deepstream.io
主編程語言TypeScript
編程語言JavaScript (語言數: 4)
平台
許可證MIT License
所有者活动
創建於2014-11-09 08:30:01
推送於2025-06-18 16:52:00
最后一次提交2025-06-18 12:40:04
發布數153
最新版本名稱v9.1.1 (發布於 )
第一版名稱0.2.1 (發布於 2015-01-04 15:08:01)
用户参与
星數7.2k
關注者數163
派生數381
提交數1.8k
已啟用問題?
問題數752
打開的問題數4
拉請求數253
打開的拉請求數0
關閉的拉請求數115
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?