Viewing profile — StellaMary
StellaMary
HN member- Joined
- Mon, Aug 18, 2025, 5:20 PM UTC
- HN karma
- 21
- Public activity
- 49 items
- HN profile
- View on Hacker News ↗
About StellaMary
No profile information was provided.
Recent public activity
- story
- story
-
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…
- comment
-
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…
-
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…
-
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…
- story
- story
- story
-
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…
- story
-
comment
Comment #45746811
That's my fukin glue code https://github.com/Shyam20001/brahma-core check here
- story
- story
-
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...?
-
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 …
-
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
-
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.
- story
- story
-
comment
Comment #45728373
If this succeeds then every node Js framework can use this adapter with memory safe ultra fast performance.
-
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...
-
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…
-
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.