|
|
|
|
|
by egeozcan
3172 days ago
|
|
I like node.js and use it very often (had my first package reach over 100 stars, woohoo :) ) but I don't understand why it needs to be suitable for every task. If you really want to do something creative with the shared memory, I guess you could do that in a "native module" written in c++ or even Rust[1]. I'm not saying that it's not doable with JS, it's just that it's already been done (as in, has a solution that works). [1]: https://github.com/neon-bindings/neon |
|