I have been wandering around and looking for an answer or a discussion, I know Why was nodejs created.It was taking JS out of the browser and make it able to be mainstream language to interact with the system resources like Files, IO and Network operations. If we look into the JavaScript Web API arent they doing the same thing as Nodejs. Suppose we have fs module in Nodejs to interacting with files and We have a Web api interface for that. We have a lot of API interfaces like to read Bluetooth or System Battery etc. I dont know if we can do IO in Web API or make network requests. So where exactly does Nodejs Differs from these Web APIs.
JavaScript Complete APIS Page on MDN.
Thanks.