Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What adapters should we add next? #356

Open
3 tasks done
juliusmarminge opened this issue Sep 15, 2023 · 9 comments
Open
3 tasks done

What adapters should we add next? #356

juliusmarminge opened this issue Sep 15, 2023 · 9 comments
Labels

Comments

@juliusmarminge
Copy link
Collaborator

juliusmarminge commented Sep 15, 2023

In [email protected], 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
Copy link
Contributor

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
Copy link
Collaborator Author

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
Copy link
Contributor

Yeah, sounds reasonable

@Mr0Bread
Copy link
Contributor

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
Copy link
Contributor

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

@FleetAdmiralJakob
Copy link
Contributor

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

@juliusmarminge
Copy link
Collaborator Author

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

See #583

@theskillwithin
Copy link

Remix!

@markflorkowski markflorkowski added PRs Accepted Anyone feel free to pick this up 🙋‍♂️ help wanted labels Apr 10, 2024
@rma97
Copy link

rma97 commented Apr 17, 2024

Phoenix would be great!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

6 participants