15
Is there a FileSystem framework without AI features?
(programming.dev)
Welcome to the web development community! This is a place to post, discuss, get help about, etc. anything related to web development
Web development is the process of creating websites or web applications
Some webdev blogs
Not sure what to post in here? Want some web development related things to read?
Heres a couple blogs that have web development related content
The quoted text makes no sense. It has gaps. And the comment you dismissed seemingly pointed that out.
Websites don't have a file system. They serve content as responses.
PHP is not a filesystem. ASPNET is not a filesystem.
You could be talking about managing files, you could be talking about sourcing web responses from local files, or you could be talking about something else.
FileSystem Framework
FileSystem Framework
FileSystem Framework
Examples: Laravel, ASP.NET, and NodeJS FS
Did that clear up your confusion?
Here is a link to the documentation for NodeJS FS: https://nodejs.org/api/fs.html
Here is a link to Laravel's FileSystem documentation with quote: https://www.laravel.wiki/en/filesystem
It's fine to be legitimately curious but if you think the question is wrong then you're arguing with reality.
Those aren't fileystem frameworks but filesystem interfaces used by frameworks. Counter example of what i mean: https://filesystem-spec.readthedocs.io/en/latest/
I'm certainly not going to use their interfaces on a different framework, so I'm looking for frameworks, Jack.
Nodejs is not a framework though. So you very well could use the exact thing you linked to with many different frameworks