19 ms·
Encore.ts is doing something similar for TypeScript backend frameworks, by moving most of the request/response lifecycle into Async Rust: https://encore.dev/blo
by eandre 2y ago
Encore.ts is doing something similar for TypeScript backend frameworks, by moving most of the request/response lifecycle into Async Rust: https://encore.dev/blog/event-loops https://encore.dev/blog/event-loops
Disclaimer: I'm one of the maintainers
- internetter 2y agoWhat's your response to this? https://github.com/encoredev/ts-benchmarks/issues/2 https://github.com/encoredev/ts-benchmarks/issues/2
- uncomplexity 2y agonot gp bot first time seeing this encore ts. i've been a user of uwebsockets.js, uwebsockets is used underneath by bun. i hope encore does benchmark compared to encore, uwsjs, bun, and fastify. express is just so damn slow. https://github.com/uNetworking/uWebSockets.js https://github.com/uNetworking/uWebSockets.js
- eandre 2y agoWe've published benchmarks against most of these already, see https://github.com/encoredev/ts-benchmarks https://github.com/encoredev/ts-benchmarks
- eandre 2y agoI've published proper instructions for benchmarking Encore.ts now: https://github.com/encoredev/ts-benchmarks/blob/main/README.md https://github.com/encoredev/ts-benchmarks/blob/main/README..... Thanks!