4 comments
@lispi314 @samir Then they rewrote it entirely as a client side web app where all the rendering, rather than changes by user action, were implemented in js with lots of round trips to server and a heavy client side data model outside the DOM. It's completely analogous to difference between how a shell with readline works vs how curses works. |
@lispi314 @samir Yes. It was ultra light ajax and basically the first major site to use it to have replies and other actions have immediate effect on the page rather than having to do a klunky reload.