|
|
|
|
|
by ramchip
1714 days ago
|
|
> Surely that will dramatically increase server bandwidth LiveView can actually decrease B/W and load, because the HTML diffs are more efficient than sending JSON, and the statefulness means you don't need to constantly refetch user information from DB/cache, etc. The details depend on your app and how carefully you optimize it, but it's far from being an unconditional "dramatic increase". > If you don't want to write JavaScript, you probably shouldn't be building interactive applications for the web. That's gatekeeping and just plain insulting. |
|