Logically related questions

From Redazione
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)


Why Mediawiki rather than Wordpress ?

Why a platform representing the Italian culture is conceived in English ?

How the front-end counterpart of this site is created or updated?

Why Mediawiki rather than Wordpress ? (again)