TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Webfs: A Filesystem Built on Top of the Web

118 pointsby FisherGuy44over 5 years ago

4 comments

tootieover 5 years ago
Remember WebDAV? It was a similar concept, but never really found its footing and most of the implementations were pretty shaky. I always thought it was a good idea though.<p><a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;WebDAV" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;WebDAV</a>
评论 #21959004 未加载
评论 #21959689 未加载
评论 #21960181 未加载
评论 #21959751 未加载
评论 #21959777 未加载
评论 #21959659 未加载
评论 #21960906 未加载
austincheneyover 5 years ago
I am working on a similar idea myself. Here is a video demo from a month ago:<p><a href="http:&#x2F;&#x2F;mailmarkup.org&#x2F;sharefile&#x2F;demo1.mp4" rel="nofollow">http:&#x2F;&#x2F;mailmarkup.org&#x2F;sharefile&#x2F;demo1.mp4</a>
评论 #21959876 未加载
brendoncarrollover 5 years ago
Hey everyone, I&#x27;m the author of WebFS. Happy to answer any questions.
评论 #21959883 未加载
评论 #21960748 未加载
评论 #21958971 未加载
评论 #22012357 未加载
评论 #21961745 未加载
评论 #21959432 未加载
评论 #21959018 未加载
评论 #21958933 未加载
评论 #21960421 未加载
cryptonectorover 5 years ago
HTTP is basically a filesystem protocol that supports magical files -- not too unlike sharing named pipes over SMB. Not too unlike what it&#x27;d be like if one could open(2) AF_LOCAL sockets on Unix&#x2F;POSIX systems instead of having to connect(2) to them -- if that had been so in 1982 in BSD, it would be true now, NFS would have supported the same, etc.