Open waynesbrain opened 1 week ago
Hi! I read through the README, and it's not clear to me what is the main purpose. I see many features, but they seem all slightly unrelated to each other. This is just from a superficial read, but I would recommend to:
tools that need more than the standard browser File System API but less than a full-blown Electron/Chromium installation
. I wonder what's wrong with having a full-blown installation. Perhaps you could elaborate on that?Thanks so much for you response! I appreciate your time and I'll try to keep my responses direct and to the point.
@jrfs
namespace: core
, idb
, node
, typebox
, web
and ws
.
If I used Electron I would have some privileged JavaScript code running on the Node side of things and my unprivileged frontend JavaScript code would send the Node side some messages to do privileged stuff. That's the same setup that I'm offering with JrFS, but without Electron (and only for filesystem related stuff).
Hello. I saw your post about GlassDB on Hacker News today. I think you are probably a much more educated programmer than I am, so I was wondering if you would give a critique or any feedback of my work at https://github.com/jrfso/jrfs
It’s a database-like file access system. I also could not find anything nearly similar to what I built there and it’s tangentially similar to what you have done.
If not, no biggie! Thanks for your article and sorry if this issue is the wrong way to contact you.