|
|
|
|
|
by nine_k
337 days ago
|
|
Wat would prevent a HTMX frontend from scaling horizontally? Maybe the backend, if it cannot scale horizontally. Otherwise, a million pages can be served the same way as a dozen. (A million is actually not so much, one average API box could suffice.) Where HTMX would run into trouble is complicated frontend logic, where updates of one area may trigger changes in another, etc. |
|