Skip to content

Commit 7d9093a

Browse files
authored
update links (#298)
1 parent f585e07 commit 7d9093a

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
## Features
1111

1212
- Persists document data to a network filesystem or S3-compatible storage, [inspired by Figma’s infrastructure](https://digest.browsertech.com/archive/browsertech-digest-figma-is-a-file-editor/).
13-
- Scales horizontally with a [session backend](https://driftingin.space/posts/session-lived-application-backends) model.
13+
- Scales horizontally with a [session backend](https://jamsocket.com/blog/session-backends) model.
1414
- Deploys as a native Linux process, or as a WebAssembly module on Cloudflare's edge.
1515
- Provides document-level access control via client tokens.
1616
- Written in Rust with a focus on stability and performance, building on the [blazing fast](https://github.com/dmonad/crdt-benchmarks) [y-crdt](https://github.com/y-crdt/y-crdt/) library.
@@ -104,6 +104,6 @@ If you were to use the open source y-sweet server alone, you would still have to
104104

105105
You can try a preview for free today by following our [quickstart](https://y-sweet.cloud/quickstart) guide.
106106

107-
If you are interested in being a build partner for early access to new features, please [reach out](mailto:hi@driftingin.space).
107+
If you are interested in being a build partner for early access to new features, please [reach out](mailto:hi@jamsocket.com).
108108

109109
We are committed to growing y-sweet as an open-source-first project, wherever you decide to host it.

docs/running.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ npx y-sweet@latest serve /path/to/data
2020

2121
If the directory starts with `s3://`, `y-sweet` will treat it as an S3-compatible bucket path. In this case, `y-sweet` will pick up your local AWS credentials from the environment. If you do not have AWS credentials set up, you can set them up with `aws configure`.
2222

23+
## Deploying to Jamsocket
24+
25+
Run the Y-Sweet server on [Jamsocket's session backends](https://jamsocket.com/).
26+
27+
Currently available for early access. If you're interested, [reach out to us](mailto:[email protected]).
28+
2329
## Running a Cloudflare Workers dev server
2430

2531
You can also run a local dev server based on the Cloudflare Workers runtime. This is only recommended for testing changes to the Cloudflare Workers code; if you just want to run a local server, the previous method is preferred.
@@ -48,4 +54,4 @@ See `y-sweet/crates/y-sweet-worker/wrangler.toml` for the Cloudflare resources i
4854

4955
## Docker Image
5056

51-
The latest Docker image is available as `ghcr.io/jamsocket/y-sweet:latest`. You can find a [list of images here](https://github.com/jamsocket/y-sweet/pkgs/container/y-sweet).
57+
The latest Docker image is available as `ghcr.io/jamsocket/y-sweet:latest`. You can find a [list of images here](https://github.com/jamsocket/y-sweet/pkgs/container/y-sweet).

0 commit comments

Comments
 (0)