During the Web 2.0 revolution, we had our first opportunity to port desktop applications to the Web. Thanks to the Ajax technology, which allowed us to do asynchronous calls to the server for the first time, we no longer had to suffer through a page reload every time the user updated the interface. We could finally get to the core of and resolve the main problems of desktop application development.
With a complete server-side application, we no longer need to install anything because we use the application through a browser, simplifying the release of the ...