コンテンツにスキップ

デモとアーキテクチャ

既存のアプリケーションとアーキテクチャ内で Durable Objects をどのように使用できるかを学びましょう。

デモ

Durable Objects のための以下の デモアプリケーション を探索してください。

  • NBA Finals Polling and Predictor : This stateful polling application uses Cloudflare Workers AI, Cloudflare Pages, Cloudflare Durable Objects, and Hono to keep track of users' votes for different basketball teams and generates personal predictions for the series.
  • Cloudflare Workers Chat Demo : This is a demo app written on Cloudflare Workers utilizing Durable Objects to implement real-time chat with stored history.
  • Wildebeest : Wildebeest is an ActivityPub and Mastodon-compatible server whose goal is to allow anyone to operate their Fediverse server and identity on their domain without needing to keep infrastructure, with minimal setup and maintenance, and running in minutes.
  • Multiplayer Doom Workers : A WebAssembly Doom port with multiplayer support running on top of Cloudflare's global network using Workers, WebSockets, Pages, and Durable Objects.

参照アーキテクチャ

Durable Objects を使用した以下の 参照アーキテクチャ を探索してください: