Hacker News new | ask | show | jobs
by jayd16 236 days ago
You mean like with web workers or something?
1 comments

With a shared interpreter/process state, like Python, Java, C, C++, ...

Node is not a web page, so no reason to limit it to the same patterns.

Then, the next issue would be thread safety. But that could be treated as a separate problem.