|
|
|
|
|
by EvanPlaice
3807 days ago
|
|
Not necessarily. NodeOS cut out everything but the absolutely essential parts of the linux kernel. No c libraries, no c compiler, no POSIX utilities, no user space, etc. Instead, everything runs on V8 (ie which also takes care of sandboxing) and minimal tools were rewritten in pure javascript, incl a git clone tool. It's amazing how much you can cut out and still have a decent platform to build servers. |
|