Skip to content
On this page

Directus Cloud

Everything you need to start building. Provisioned in 90 seconds. Starting at $15/month.

Get Started

Getting Started With Real-Time

Directus' WebSockets and GraphQL Subscription interfaces allow for real-time updates across clients. You can execute CRUD operations, as well as subscribe to changes in a collection.

For most users, we recommend using WebSockets. If you already use GraphQL or want to explore it, then try out GraphQL Subscriptions.

link

WebSockets

Learn how to use Directus' WebSockets Interface.

link

GraphQL Subscriptions

Learn how to use GraphQL Subscriptions.