y-sweet icon indicating copy to clipboard operation
y-sweet copied to clipboard

A standalone yjs server with persistence to S3 or filesystem.

Results 17 y-sweet issues
Sort by recently updated
recently updated
newest added

I followed the example tldraw App https://github.com/drifting-in-space/y-sweet/blob/main/examples/nextjs/src/app/tldraw/useYjsStore.ts#L24 The issue is tldraw changed their document structure a bit https://github.com/tldraw/tldraw/issues/3463 loadSnapshot should take care of this issue. But loadSnapshot is only called...

Whenever using the test y-sweet endpoint, I often get the websocket to crash : `main.mjs:533 WebSocket connection to 'wss://y-sweet.net/p/....(url hidden)' failed: Close received after close` After that, no reconnection happens...

Hi, just started to explore the library and wondering we can use nodejs as the client? I'm using `ws` package as the nodejs WebSocket client but WebSocketPolyfill is not compatible....

First off: Kudos for making this open-source library! After searching the docs, I don't know how to set permissions in a way, for example, if a have a colab notes...

I'm running y-sweet as a backend for tldraw. Is there a way to see more detailed errors? I don't know what's going wrong. Had to restart the server to get...

The y-sweet Cloudflare worker is using Cloudflare Durable Object WebSocket connection feature. But since y-sweet server is build on rust, the rust porting api for Cloudflare worker Durable Object doesn't...

Hi, I really like your project. I have created a binding for redux and ideally I would like to integrate it to an existing platform. Either the yjs organization or...

Some clients (e.g. Nextjs) will automatically cache all responses [(even `POST` requests)](https://nextjs.org/docs/app/building-your-application/data-fetching/fetching-caching-and-revalidating#caching-data). I _think_ adding `cache-control: no-store` and `expires: 0` headers to the responses should mean we can drop framework-specific...