Skip to content

Commit bf9b497

Browse files
authored
Update src/content/docs/workers/tutorials/live-cursors-with-nextjs-rpc-do/index.mdx
1 parent b34c168 commit bf9b497

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/workers/tutorials/live-cursors-with-nextjs-rpc-do

1 file changed

+1
-1
lines changed

src/content/docs/workers/tutorials/live-cursors-with-nextjs-rpc-do/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ languages:
1616
---
1717
import { Render, PackageManagers, Steps, TabItem, Tabs, Details } from "~/components";
1818

19-
In this tutorial, you will learn how to build a real-time [Next.js](https://nextjs.org/) app that displays the live cursor location of each connected user using [Durable Objects](/durable-objects/), Workers' built-in [RPC (Remote Procedure Call)](/workers/runtime-apis/rpc/) system and the [OpenNext](https://opennext.js.org/cloudflare) Cloudflare adapter.
19+
In this tutorial, you will learn how to build a real-time [Next.js](https://nextjs.org/) app that displays the live cursor location of each connected user using [Durable Objects](/durable-objects/), the Workers' built-in [RPC (Remote Procedure Call)](/workers/runtime-apis/rpc/) system, and the [OpenNext](https://opennext.js.org/cloudflare) Cloudflare adapter.
2020

2121
The application works like this:
2222
- An ID is generated for each user that navigates to the application, which is used for identifying the WebSocket connection in the Durable Object.

0 commit comments

Comments
 (0)