|
|
|
|
|
by Filligree
3835 days ago
|
|
- Node has full garbage collection. Rust has some very clever memory-handling, but it's not quite the same. - Node is javascript. You may want to run the same code on client and server, and it's simpler than compiling Rust to JS. - There may be JS libraries you want to use. I could go on. |
|
What would be the reason to do that?