Encore.ts vs Elysia vs Hono vs Fastify vs Bun vs Express — TypeScript framework shootout

preview_player
Показать описание

Links mentioned:

Install Encore:
- macOS: brew install encoredev/tap/encore
Рекомендации по теме
Комментарии
Автор

Faster is nice ! How easy is it to deploy and to work with?! Like making a full real-world API with testing/validation and Database...

codernerd
Автор

I've been reading on FAQ of Encore and can't find if this is production ready. Also does it work with Cloudflare Workers like Hono? Doesn't clearly state which version is the stable version in site either to make it more obvious.

arvi
Автор

Consider hyper-express in your comparisons, I would love to see that.

SepehrYahyaee
Автор

is it really fast than Elysia or Fastify? and fast on what? thank you.

yoskokleng
Автор

I would like to see the gap between go fiber vs encore go vs encore ts.

madmaxdev
Автор

Is this a full runtime by itself or it uses the rusty-v8 or napi to talk to nodejs?

StingSting
Автор

Could we get some more videos or a link to the documentation that explains how the validation works and the limits of the validation.

bryson
Автор

currently trying this out and I really love to not have to use yet another struct/schema validator

KamtoEddy
Автор

hey, can you share the spec of the machine did you used to make this tests?

kaankoc
Автор

How about such examples, will ts handle custom error messages, defaults, lengths and more.
string().email().min(5);
string().length(5, { message: "Must be exactly 5 characters long" })
number().negative()

reznichenkoo
Автор

Hey, can you tell me how to disable logging? I could not find this info in your Docs, I dont want to open github issue for this, so what I mean is this "11:00PM INF starting request endpoint=get service=hello span_id=mh7g0hoeb24dg I need to disable this logging, I could not find any config responsible for this logging in the sample project so maybe you could give me some tips on that? thanks in advance

hedgehox
Автор

type safer for context is useful like elysia. If encore can do that it will be nice

davischoo
Автор

What about Nitro? Compare when v3 is out though 😊

tobychidi
Автор

This sucks in development, the are no errors stack, the error log ambiguous and in rust, unreadable, and many bug when running the app, even npm cammand fail for the first time

Berbersky
Автор

yeah, but are you fast as a developer ? fastify make you fast as a developer

Sudokud
Автор

i need proper validation docs. where everything is included. please some references.

shahreazneeloy