this post was submitted on 17 Jun 2026
2 points (53.6% liked)

Web Development

5696 readers
52 users here now

Welcome to the web development community! This is a place to post, discuss, get help about, etc. anything related to web development

What is web development?

Web development is the process of creating websites or web applications

Rules/Guidelines

Related Communities

Wormhole

Some webdev blogsNot sure what to post in here? Want some web development related things to read?

Heres a couple blogs that have web development related content

CreditsIcon base by Delapouite under CC BY 3.0 with modifications to add a gradient

founded 3 years ago
MODERATORS
 

While getting quotes for a site recently the question of filesystem came up a lot and I admittedly didn't know much on the subject.

Doing some research the popular choices appear to be either PHP frameworks or less often ASP.NET frameworks.

Among popular PHP frameworks I see Laravel come up a lot, open source is certainly more reliable than something maintained by Google, Facebook, or Amazon but currently the Laravel maintainers are pushing AI really really hard.

So is the only real solution to learn to program with PHP without using any frameworks or libraries? Can anybody who has implemented a secure fileserver for a website tell me how difficult or easy it would be to learn?

you are viewing a single comment's thread
view the rest of the comments
[–] FiniteBanjo@programming.dev 0 points 1 day ago* (last edited 1 day ago) (1 children)

Are they maintainable long term?

EDIT: Seaweed appears to sell storage used for the project? Can it not be selfhosted?

EDIT 2: RustFS: "The fast data foundation for the AI era."

[–] tapdattl@lemmy.world 5 points 1 day ago (1 children)

They can both be self hosted, I self-host Seaweedfs personally as part of my backup strategy.

As far as rustfs's "The fast data foundation for the AI era." I believe that's just marketing to illustrate how capable their product is. Looking at their github contributors history the main contributors all appear human

[–] FiniteBanjo@programming.dev 0 points 1 day ago

Ty for the reply, I will look more into SeaweedFS.