https://github.com/exectx/next-live-cursors-do-rpc
Live Cursors with Next.js, Durable Objects and Workers RPC
https://github.com/exectx/next-live-cursors-do-rpc
Last synced: over 1 year ago
JSON representation
Live Cursors with Next.js, Durable Objects and Workers RPC
- Host: GitHub
- URL: https://github.com/exectx/next-live-cursors-do-rpc
- Owner: exectx
- Created: 2024-11-05T17:54:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-29T05:07:34.000Z (over 1 year ago)
- Last Synced: 2025-01-12T14:47:12.105Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 94.7 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Getting Started
Run `wrangler dev`:
```bash
# ./worker
npm run dev
```
Update `.dev.local`:
```txt
NEXT_PUBLIC_WS_HOST=localhost:8787
```
Run next development server:
```bash
npm run dev
```