TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

An operating system for the web

92 点作者 MaysonL大约 1 年前

11 条评论

claudiulodro大约 1 年前
Maybe I'm not super clear on the distinction, but isn't a web browser already the operating system for the web? It's the "OS" that runs web applications!
评论 #40313695 未加载
评论 #40303856 未加载
frou_dh大约 1 年前
Not sure about this. Sounds like it's somewhat arbitrarily reframing RPC over HTTP as OS system calls. But maybe I just don't get it.
评论 #40302159 未加载
x3haloed大约 1 年前
I don't understand. What's an example of something that could be achieved using a system like this?
gwbas1c大约 1 年前
I wrote something based around these concepts in 2008-2010: <a href="https:&#x2F;&#x2F;github.com&#x2F;GWBasic&#x2F;ObjectCloud">https:&#x2F;&#x2F;github.com&#x2F;GWBasic&#x2F;ObjectCloud</a><p>I don&#x27;t think it &quot;works&quot; in today&#x27;s world where installed apps on iOS &#x2F; Android are more common than web applications.
daitangio大约 1 年前
Try pigshell, <a href="http:&#x2F;&#x2F;pigshell.com&#x2F;" rel="nofollow">http:&#x2F;&#x2F;pigshell.com&#x2F;</a> It is an interesting approach… but it is a bit old project
SahAssar大约 1 年前
&gt; 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>&gt; 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&#x2F;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&#x2F;writes GPIO.<p>Either my reading comprehension is bad or there is not much here.
tazu大约 1 年前
The idea is interesting, but a Javascript filesystem sounds awful.
评论 #40302108 未加载
评论 #40300925 未加载
gregw2大约 1 年前
It might be interesting to contrast with an earlier OS for the web - Sun Microstems Jini.
desktopninja大约 1 年前
Like this idea. Reminded me of Aestiva HTML&#x2F;OS. The Array Desktop (WUI) had, if I recall correctly, a File Manager, Text Editor, IDE, Calendar, and a scheduler.
评论 #40302137 未加载
lenerdenator大约 1 年前
How does this compare with, say, Plan 9?
zubairq大约 1 年前
Interesting. What do you envision as potential use cases for JS OS?