sveltejs / kit

web development, streamlined
https://svelte.dev/docs/kit
MIT License
18.73k stars 1.94k forks source link

Deprecate `@sveltejs/adapter-cloudflare-workers` #10924

Open benmccann opened 1 year ago

benmccann commented 1 year ago

Describe the problem

It's not very used: https://npmcharts.com/compare/@sveltejs/adapter-cloudflare,@sveltejs/adapter-cloudflare-workers?log=true&interval=7

However, we probably should wait until the functionality catches up to workers: https://github.com/sveltejs/kit/pull/10873#issuecomment-1780709849

Describe the proposed solution

Deprecate it

Alternatives considered

No response

Importance

nice to have

Additional Information

No response

nosovk commented 1 year ago

I hope that this deprecation will be postponed for some time. The reason is that there is one use case, when you can't use Cloudflare pages. Time to time we want to embed something into an existing app. And time to time we have no access to server within that APP (some app binded by CNAME). In that case workers are only a one solution to extend existing router with some new pages. Usually those modifications are pretty simple, but time to time we have to inject some complex apps, ant that sveltekit comes to action.

taras-polishchuk commented 11 months ago

Our team relies heavily on the workers-adapter tool as part of our process to develop embeddable widgets using sveltekit framework.

billllllllllly commented 11 months ago

Hello We need to use workers-adapter to build embedables with sveltekit, so I hope it will be possible to use this tool Thank you!

benmccann commented 1 month ago

The two products will be merging over the next year: https://blog.cloudflare.com/pages-and-workers-are-converging-into-one-experience/