An open API service indexing awesome lists of open source software.

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

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
```