|
|
|
|
|
by bitsen
1938 days ago
|
|
I bet your ass that at least half of the developers reading HN don’t have caching of JS fully figured out such that when the JS changes server-side and immediately needs reloading on the client side that it does then and there instead of on the next request, the next page refresh, or never because they’ve f’d it up. With server-fed, event-driven pages, you could potentially force refresh. |
|
I assume web-sockets could make it work more robustly.