Node OS
node-os.com
Node OS
1–10 of 53 posts
Re: Node OS
#2"Any application that can be written in JavaScript, will eventually be written in JavaScript."
Re: Node OS
#3Re: Node OS
#4I'm astonished that this has been up for an hour and no one's mentioned Atwood's Law: "Any application that can be written in JavaScript, will eventually be written in JavaScript." http://blog.codinghorror.com/the-principle-of-least-power/
https://www.destroyallsoftware.com/talks/the-birth-and-death...
Re: Node OS
#5Re: Node OS
#6One thing I can't seem to find is, is this a true nodejs-based operating system in that it's all single threaded? single-threaded event loop stuff works well for network servers but an OS? To me it seems like a terrible idea.
Re: Node OS
#7One thing I can't seem to find is, is this a true nodejs-based operating system in that it's all single threaded? single-threaded event loop stuff works well for network servers but an OS? To me it seems like a terrible idea.
Of course it's still challenging but it's built on top of the Linux kernel so it's also not a pure NodeOS (which would probably be impossible).
Re: Node OS
#8Re: Node OS
#9One thing I can't seem to find is, is this a true nodejs-based operating system in that it's all single threaded? single-threaded event loop stuff works well for network servers but an OS? To me it seems like a terrible idea.