4 ms·
Yes, agreed. To me "serverless" means that the application is entirely client-side, running in a browser without depending on any backend except whatever httpd
by cpcallen 4y ago
Yes, agreed. To me "serverless" means that the application is entirely client-side, running in a browser without depending on any backend except whatever httpd originally sent you the .html, .css and .js files.
Anything else has servers, and calling it "serverless" is stupid.
- perilunar 4y agoIf it serves files it’s a fucking server, even if it’s just serving static HTML, CSS, and JS files.