Did they implement a transpiler in Rust?
They also seem to be calling Rust from JS, but not through wasm...
They seem to be doing something with Rust and http, but they're also just using "Pingora"...
Additionally, their homepage is about 20 fps while scrolling on my phone (pixel 4a, brave)
I would honestly love for someone to explain to me wtf is going on.
I for one loved the context menu on logos
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!)
Can you elaborate?
Elysia does have a write up on how they compare to Hono. Their sound type safety section helps show some differences: https://elysiajs.com/migrate/from-hono.html#sound-type-safet...
On an unrelated note Prisma decided to rewrite their Rust core in Typescript. https://www.prisma.io/blog/from-rust-to-typescript-a-new-cha...
Thanks for sharing the link.