Replies: 3 comments
-
Related: #2888 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Have created this PR Once this is accepted, it will be possible to use the adapter we created at |
Beta Was this translation helpful? Give feedback.
0 replies
-
#4841 is now merged, which will provide new extra config options ( |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
At Fastly we'd like to get support for Fastly Compute@Edge added to Remix.
We've done some work and we've been able to build both a runtime (implements the stuff in
@remix-run/server-runtime
) and a server adapter (the part that is called by user code). We've also been able to build a template that can be used to kickstart an app withremix create
. We'll be releasing them soon under Fastly Labs.Fastly Compute@Edge's JavaScript runtime works using the Service Worker API model, similar to the approach taken by Cloudflare Workers. For this reason, using a
serverBuildTarget
value ofcloudflare-workers
works for now. So I'd like to contribute code to addfastly-compute-js
as one of the values ofserverBuildTarget
: 1) when building an appropriate esbuild config; 2) to get serverBareModulesPlugin to bundle everything.EDIT: runtime/adapter/template will be maintained by Fastly, we only need to get the serverBuildTarget added.
Beta Was this translation helpful? Give feedback.
All reactions