uploadthing
uploadthing copied to clipboard
What adapters should we add next?
In [email protected], we shipped two new backend adapters, Express and Fastify. What other adapters should we add?
- [x] Express
- [x] Fastify
- [x] H3 / Nitro (#358)
Also keep in mind the base server handler can be used for any server using web standard Request/Response. Some examples of runtimes/frameworks that is (should) already be supported using this adapter are
- Astro (doc + example #364)
- SolidStart
- Bun HTTP Server
- Cloudflare Workers
- Deno Oak
- Deno Deploy
- Remix
- Hono (doc + example #364)
- Elysia (doc + example #364)
- More???
I took a look at hono. It is based on Web Standard API, so I guess we don't need extra adapter. Probably, new example is enough
I took a look at hono. It is based on Web Standard API, so I guess we don't need extra adapter. Probably, new example is enough
We could maybe just have a section in docs of code-snippets how you can use the standard server handler for different setups, similar to https://trpc.io/docs/server/adapters/fetch#runtimes-specific-setup
Yeah, sounds reasonable
I'm going to take a look at Elysia during the day. Let me know, if it's already in progress on your side
@juliusmarminge Created PR with new doc page and pair of new examples #364
React Native would be nice. Especially if I can share Uploadthing code between React Native (Expo w/ Expo Router etc.) and Next.js.
React Native would be nice. Especially if I can share Uploadthing code between React Native (Expo w/ Expo Router etc.) and Next.js.
See https://github.com/pingdotgg/uploadthing/pull/583
Remix!
Phoenix would be great!