Skip to content

Commit 4494a70

Browse files
committed
add appwrite sites
1 parent e1998a0 commit 4494a70

File tree

1 file changed

+1
-1
lines changed
  • src/routes/blog/post/remix-3-whats-changing-and-why-it-matters

1 file changed

+1
-1
lines changed

src/routes/blog/post/remix-3-whats-changing-and-why-it-matters/+page.markdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ import { router } from "./router";
123123
export default createRequestListener({ router });
124124
```
125125

126-
That pattern works in Node, Vercel, Netlify, Fly.io, or on edge workers. Because the framework doesn't rely on Node-specific APIs, there's nothing to rewrite when switching platforms.
126+
That pattern works in Node, [Appwrite Sites](https://appwrite.io/sites), Netlify, Vercel or on edge workers. Because the framework doesn't rely on Node-specific APIs, there's nothing to rewrite when switching platforms.
127127

128128
This also makes Remix 3 easier to scale. You can deploy it as serverless functions, edge workers, or a long-running Node process depending on your needs. The framework doesn't force a specific host or vendor. That independence is deliberate; the team wants Remix 3 apps to run anywhere, without lock-in.
129129

0 commit comments

Comments
 (0)