Show HN: Libnode bindings for embedding Node.js within Rust
2 apatheticonion 0 5/11/2025, 7:58:25 AM github.com ↗
I wrote a wrapper around Nodejs's libnode library that allows for embedding Nodejs within a Rust application. My use case is running JavaScript plugins but I'm sure others out there have more creative use cases.
The inner implementation itself is still messy as I was focused primarily on what public API I wanted rather than the inner workings - don't judge me haha. Will refactor it as I go on.
No comments yet