-
-
Notifications
You must be signed in to change notification settings - Fork 53
[Feature Request] make tRPC optional #82
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
Comments
I agree, same should be for elysia, the e2e type safety already included in elysia is great and trpc is not needed IMO |
Elysia also have Eden |
I'd prefer Hono RPC over tRPC too |
trpc is now optional |
@iamyuu trpc and orpc are not optional right now I'll add a simple rest implementation soon 💯 |
so I think this issues should be reopend @AmanVarshney01? |
sorry lets reopen it |
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.
As a mention in the docs, tRPC included by default, is there any option to make it optional?
tRPC is great, but personally, I prefer to create and use a standard rest API and adopt OpenAPI (just preference)
Because the server already use Hono, why not switch from tRPC to Hono RPC to keep end-to-end type-safe?
The text was updated successfully, but these errors were encountered: