Skip to content
Discussion options

You must be logged in to vote
  • Hono is slow on Node, so if you use oRPC without Hono you can improve performance, memory usage, ...
  • Cookie parsing is missing feature that oRPC not provide, you need to manually handle it
  • You should not add cookie validation, auth behavior should be implicit handle in middleware (for example)

My recommendation is always use oRPC standalone until you need things that oRPC not provide.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by valerii15298
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants