9 ms·
> CPU is cheap, network speeds are fast and increasing and microservices are a mess. Is CPU cheap? I can literally host a static site or SPA on GitHub Pages fo
by bryik 5y ago
> CPU is cheap, network speeds are fast and increasing and microservices are a mess.
Is CPU cheap? I can literally host a static site or SPA on GitHub Pages for free. Where can I get free CPU time for an htmlx application?
- recursivedoubts 5y agoYou can host an htmx-based site on Github Pages for free as well.
- bryik 5y agoDoes that fit with the philosophy of htmx? It looks to me like htmlx expects a server?
- Dauros 5y agoYou can combine HTMX with a SSG like Hugo and generate a bunch of partial HTML files that HTMX can load later on request. No server is required.
- recursivedoubts 5y agohtmx simply expects hypermedia/HTML whatever can serve that can be used with htmx: it is intended as a straight-forward extension of HTML
- qbasic_forever 5y agoGithub pages hosting your static content is a server...
- luckylion 5y ago> Is CPU cheap? I can literally host a static site or SPA on GitHub Pages for free. Where can I get free CPU time for an htmlx application? Cheap != free, but the large cloud providers all have a free tier.