HN.zip

What We Learned Building a Rust Runtime for TypeScript

29 points by vinhnx - 3 comments
jauntywundrkind [3 hidden]5 mins ago
Very side note, but really liking seeing Elysia so close to the top on the benchmark list.

I've been using it, and pointing my LLM's to it as example code, because it's type system is so so much better than Hono's. https://elysiajs.com/

I didn't know that it was also flipping fast as frell. (Encore's benchmark is showing them as faster still, of course!)

speak_on [3 hidden]5 mins ago
Type system via a single schema looks similar to Hono+OpenApi+RPC, or is there a different advantage?
pier25 [3 hidden]5 mins ago
> because it's type system is so so much better than Hono's

Can you elaborate?