Live data from Hacker News

Viewing profile — StellaMary

StellaMary

HN member
Joined
Mon, Aug 18, 2025, 5:20 PM UTC
HN karma
21
Public activity
49 items

About StellaMary

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. story
    Show HN: My own stolen JavaScript Server powered by Rust

    This hobby project was created using stolen code from deno tbh. Also I have submitted my framework to TechEmpower benchmarks and other bench marks. I'm attaching the framework scor…

  4. comment
  5. comment
    Comment #46164324

    Most of companies don't even know that node js npm packages has build scripts which do rely on python c++ build tools. That's y. This saves lots of time. Also binaries once checked…

  6. comment
    Comment #46164259

    Here you go for the core https://github.com/Shyam20001/brahma-core All npm packages including esbuild publish binaries node Js a Runtime not compiled one. So don't get into a judge…

  7. comment
    Comment #46164226

    Dude that's how ultra web sockets binaries are built. Node Js can run build scripts but it hurts the machine and requires appropriate node-gyp builds. Also the source to the code i…

  8. story
  9. story
  10. story
  11. comment
    Comment #46028826

    Tbh I just stole the deno's internal i/o code bases (tokio/hyper) just to make this framework to work faster performing against uws js. Do give a try and share your thoughts and fe…

  12. story
  13. comment
    Comment #45746811

    That's my fukin glue code https://github.com/Shyam20001/brahma-core check here

  14. story
  15. story
  16. comment
    Comment #45731439

    Every one need node so who gonna migrate all those legacy code bases to some other language just to get extra perf...?

  17. comment
    Comment #45730671

    Bro the source is locked and precompiled no body even the author cannot edit with malicious binaries. Thats y people used to publish binary to ensure stability. Instead of pulling …

  18. comment
    Comment #45730664

    Exactly I have attached the src link in Readme file. I'm maintaining independent sources and planning to build the same for python via maturin

  19. comment
    Comment #45730656

    That isn't dude not a vibe coded stuff. Its a complex architecture the src code is attached in Read Me file below do check.

  20. story
  21. story
  22. comment
    Comment #45728373

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

  23. comment
    Comment #45724352

    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...

  24. comment
    Comment #45724208

    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 overh…

  25. comment
    Comment #45722627

    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.