Hacker News new | ask | show | jobs
by gothy 4240 days ago
Node processes do not share resources. Exception is some shared libraries that they might use like any other process on the system.

Yes, modules are loaded and used independently in V8. Node just wraps it around and adds some additional features.