Logically related questions link
Jump to navigation
Jump to search
Line 59: | Line 59: | ||
During this process the Node.js script performs some convoluted operation structuring data in such a way that they can be retrieved or even "consumed" by a front-end interface in a way that would not be possible without some intermediate operation and a further elaboration of data (for instance such infrastructure allows offline navigation through consistent set of pages). | During this process the Node.js script performs some convoluted operation structuring data in such a way that they can be retrieved or even "consumed" by a front-end interface in a way that would not be possible without some intermediate operation and a further elaboration of data (for instance such infrastructure allows offline navigation through consistent set of pages). | ||
− | In short the front-end application (which of course is built ''ad hoc'' for this purpose, and is subjected to a development process completely decoupled by that of Mediawiki, even if the inter-dependency of the two is taken into account) retrieves its data through a [[How it works/APIs|dedicated API]] from a specific Node.js back-end, and these data are continuously updated and structured following changes performed on the Mediawiki back end. | + | In short the front-end application (which of course is built ''ad hoc'' for this purpose, and is subjected to a development process completely decoupled by that of Mediawiki, even if the inter-dependency of the two is taken into account) retrieves its data through a [[How it works/APIs|dedicated API]] from a specific Node.js back-end, and these data are continuously updated and structured following the changes performed on the Mediawiki back end. |
Revision as of 00:20, 20 July 2020
(another way of indicating "frequently asked questions" which have not yet been asked)