Join Nostr
2025-09-18 11:05:53 UTC

Artyom Bologov on Nostr: What’s worrying me as an #HTML extremist is the inevitability of either #JavaScript ...

What’s worrying me as an #HTML extremist is the inevitability of either #JavaScript or backend:

- I can craft beautiful apps that’d work client-side and bring value. But these will require #JS and will inevitably exclude a fraction of people with JS off or on non-mainstream browsers.

- But the alternative to that is having a backend doing the work and sending pre-rendered pages to the user. Which means I have to rent a server somewhere, which to me, a Digital Bum (https://aartaka.me/digital-bum) is too much of an investment (not monetary, but ideological.)

For now, I’m leaning towards client-side JS. Because it means self-contained mini-apps rendered client-side. But it also means progressive enhancement will suffer — no way to utilize HTML forms and backend processing.

Chat, anyone aware of a service for (declarative?) mini-backends? No, #CGI is not an option, because it’s simply dangerous and recless to expose unstructured scripts to the #Web and I don’t want to inadvertently #DDoS my backend provider 😰