Skip to content

Commit 0e86518

Browse files
committed
Rephrase the "what it solves" part of the Durable Objects landing page.
Parts of this felt redundant with the newly-added section below. Also, I wanted to work in a mention of deeper distributed systems. Durable Objects are not just about collaborative apps.
1 parent 442f6d0 commit 0e86518

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/durable-objects/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ Create collaborative applications, real-time chat, multiplayer games and more wi
1919

2020
<Plan type="paid" />
2121

22-
Durable Objects provide a powerful compute API for coordinating multiple clients or users. Each Durable Object has private, transactional and strongly consistent storage attached.
22+
Durable Objects provide a building block for stateful applications and distributed systems.
2323

24-
Use Durable Objects to build collaborative editing tools, interactive chat, multiplayer games and applications that need coordination among multiple clients, without requiring you to build serialization and coordination primitives on your own.
24+
Use Durable Objects to build applications that need cordination among multiple clients, like collaborative editing tools, interactive chat, multiplayer games, and deep distributed systems, without requiring you to build serialization and coordination primitives on your own.
2525

2626
### What is a Durable Object?
2727

0 commit comments

Comments
 (0)