logoalt Hacker News

crsr04/27/20254 repliesview on HN

Nice! I built something similar yesterday. But decided to use elysia instead. They have a tRPC like client with full TS support called eden.

- eden: https://elysiajs.com/eden/overview.html


Replies

sharps_xp04/28/2025

The main draw for me with elysia was that it maintains bun's perf benefits unlike express. When I got into the weeds of the documentation, their abstractions could use a lot of polish. The lifecycle of a request is not that clear imo and all the hooks you put into it look like hacks rather than integrations.

threatofrain04/27/2025

Elysia is sooo underrated. IMO they could improve their marketing by emphasizing they're compatible with other environments and not just Bun.

tough04/27/2025

would love to see it if open source!

ilrwbwrkhv04/27/2025

Not very good. The type safety thing doesn't work well when you are using it across different folders.

show 2 replies