> I didn’t realize it at the time, but I was beginning to write a filesystem<p>But it uses nodejs normal fs adapter to talk to the filesystem (or forwards to a GCP bucket). This is no more a filesystem than WebDAV is, which is already standardized and widely supported for the same usecase as JSFS.<p>> Obviously, other operating systems can run web applications, but this operating system runs them natively.<p>But does it really? In the proposed model could I run a browser on JS/OS?<p>The proposal seems to be some combination of a wrapper around nodejs fs module (or the standard GCP storage client), a wrapper around nodejs vm module to eval code, and a arduino sketch that reads/writes GPIO.<p>Either my reading comprehension is bad or there is not much here.