|
|
|
|
|
by brazzy
4323 days ago
|
|
The difference is that vanilla Javascript does not HAVE facilities for system calls, filesystem access, etc. Node ADDS those, immediately making Javascript-on-Node as dangerous as anything. Java tried the opposite via sandboxing, at it failed. |
|
What you're describing is an implementation of a language, not the language itself. No language inherently has access to the system unless it's part of the specific implementation...