deepstream allows clients and backend-services to sync data, send events and more with a heavy focus on security. Configure everything server side without writing a line of code while still connecting to your favorite cache, database, message bus and more.
Interactive JSON documents that can be edited and observed. Changes are persisted and synced across clients and saved in cache/storage.
Many clients can subscribe to topics and receive data whenever other clients publish it to the same topic.
Clients can register functions to be called by other clients. deepstream will smartly route requests and responses.
Query deepstream for online users and subscribe to login/logout events
Let your services be told whenever a new topic is subscribed to, letting you serve realtime data on demand
authenticate and permission everything from the user down to each message
Get started with deepstream by reading more about the high level concepts it provides, or jump straight into building your first application!