Write Express JS code that runs on Rust

(github.com)

8 points | by StellaMary 2 days ago ago

7 comments

  • StellaMary 2 days 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 2 days 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 2 days 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 2 days ago

    [flagged]

    • StellaMary 2 days 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 2 days ago

        Honestly, I believe it's actually awesome, you need to post this on Reddit.

        • StellaMary a day ago

          If this succeeds then every node Js framework can use this adapter with memory safe ultra fast performance.