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 think it would make sense to export this type, so I can do a `const token = useMemo((): ClientToken => ({ ... }), [...])` in my provider. I can...

Hi there, thanks for the work on this project. What I'd like to do is pass a function to `createYjsProvider` to get the `clientToken`, instead of passing it as a...

This is similar to how we convert docs in the test, but leaving as WIP until I figure out a clean way to test this as an import.

Adds `valid_for_seconds` to the auth body request. We weren't actually parsing the request body before, so we do that now. Introduces a newtype to avoid mixing up the current time...

Would be great if [Apache OpenDAL](https://opendal.apache.org) is supported by for Store. It supports tons of file systems include s3 and would make it easy to use other filesystems besides s3....