Encore.ts is an Open Source backend framework for TypeScript, boasting performance numbers 9x faster than Express.js and 3x faster than Bun with Zod. Its architecture leverages a multi-threaded event loop using Rust, and precomputes request schemas to optimize performance. With infrastructure integrations built in Rust,
Table of contents
Performance benchmarksBoost #1: Putting an event loop in your event loopBoost #2: Precomputing request schemasBoost #3: Infrastructure IntegrationsConclusion22 Comments
Sort: