Write Express JS code that runs on Rust

(github.com)

7 points | by StellaMary 11 hours ago

2 comments

  • StellaMary 11 hours ago
    I just created a open source Rust based JavaScript framework that allows every JS dev to write existing express js code that runs on Rust's Tokio and hyper.
    • tracker1 9 hours ago
      Just curious... how does this compare in terms of overhead/performance vs Bun or Deno? In particular, I've been using Deno + Hono a bit local, which allows a pretty clean shift to Cloudflare or others.
      • StellaMary 9 hours ago
        Here you go https://web-frameworks-benchmark.netlify.app/result?f=hono-d...

        Also regarding the performance its written using Rust and raw Hyper library unlike deno runtime no overhead coz I just build a complex rust native addon for node js that allows every one to harness the true power of Rust's Tokio and hyper.

        Regarding hono it's my fav and edge based. The Framework I created allows you to run true multi thread Fullstack app on a instance like running raw c++ or golang frameworks. My framework gives you true parallelism without Node.js cluster. Just give a try.

  • yahoozoo 9 hours ago
    Cool toiletware.
    • StellaMary 9 hours ago
      All I ever wanted is to make Js devs to write the same code atleast that would run on top of Rust.... A dirty Hack but Really Worth it...
      • pixel_popping 6 hours ago
        Honestly, I believe it's actually awesome, you need to post this on Reddit.
        • StellaMary 1 hour ago
          If this succeeds then every node Js framework can use this adapter with memory safe ultra fast performance.