pingdotgg / uploadthing

File uploads for modern web devs
https://uploadthing.com
MIT License
3.95k stars 285 forks source link

What adapters should we add next? #356

Open juliusmarminge opened 11 months ago

juliusmarminge commented 11 months ago

In uploadthing@5.6, we shipped two new backend adapters, Express and Fastify. What other adapters should we add?

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

Mr0Bread commented 11 months ago

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

juliusmarminge commented 11 months ago

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

Mr0Bread commented 11 months ago

Yeah, sounds reasonable

Mr0Bread commented 11 months ago

I'm going to take a look at Elysia during the day. Let me know, if it's already in progress on your side

Mr0Bread commented 11 months ago

@juliusmarminge Created PR with new doc page and pair of new examples #364

FleetAdmiralJakob commented 7 months ago

React Native would be nice. Especially if I can share Uploadthing code between React Native (Expo w/ Expo Router etc.) and Next.js.

juliusmarminge commented 7 months ago

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

theskillwithin commented 6 months ago

Remix!

rma97 commented 4 months ago

Phoenix would be great!