Video series
Building stateful apps on a serverless architecture has been difficult until Cloudflare's Durable Objects - a powerful API that enables you to easily build stateful serverless apps on Workers. In this series of videos, we will show how Durable Objects work and start building a video call app together.
To get started, create an account ↗ on Cloudflare today for free.
- Introduction
 - What are Durable Objects?
 - Create a Serverless Websocket 'Backend'
 - Real-time messaging with WebSockets
 - Building the App Frontend and UI
 - Make and Answer WebRTC calls
 - Deploy your Video Call app