Replies: 1 comment 1 reply
-
We plan on supporting both Deno and Bun in the future, but expect the real-world performance benefits to be very small as Encore.ts already outperforms both thanks to its Rust runtime. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
API Handler Performance Question
Current Implementation
According to a comment by Simon on dev.to:
Based on this, it appears
encore.ts
utilizes Node.js for API handling after Rust completes the validation phase.Performance Consideration
Would switching to alternative JavaScript runtimes like Deno or Bun potentially improve performance metrics, given their reported speed advantages over Node.js?
Beta Was this translation helpful? Give feedback.
All reactions