Hacker News new | ask | show | jobs
by ksec 2462 days ago
That is the thing I am wondering if there are any innovative way to solve this. If you are building a small Internal Web App, or if your business is mostly operating locally within region and not globally, LiveView could very well be the best thing since slice bread, but once you add 100ms+ to it, its experience quickly worsen to the point JS is far better.
1 comments

Deploy to multiple datacentres round the world, and always route an app user to the same one? But then you've got distributed databases to contend with (if required - or slow lookups against a central one).

I'd like to think Edge Compute could be used.

At the end of the day we're up against the speed of light and our options are limited.