|
|
|
|
|
by vosper
2859 days ago
|
|
> Servers die, machines get unplugged, network partitions happen, etc These things happen in backend / distributed systems. They don't really happen in the browser, which is basically a self-contained sandbox that can make network requests. The browser code needs to handle those network requests maybe failing, but that's about it in terms of dealing with unpredictability. So, it's totally reasonable to think that a web-app should never be able to crash. |
|
Edit: redirection --> disconnection