Estudio comparativo de las tecnologías para el desarrollo del back-end “nodejs” y “php".

The purpose of this comparative study project is to make known the new technologies that are currently implemented and their architecture within the latest backend development such as NodeJS and PHP, their advantages, disadvantages and characteristics, analyzing the server response and displaying th...

Celý popis

Uloženo v:
Podrobná bibliografie
Hlavní autor: Vallejo Cano, Kerly Lucia (author)
Médium: bachelorThesis
Vydáno: 2022
Témata:
On-line přístup:http://dspace.utb.edu.ec/handle/49000/11684
Tagy: Přidat tag
Žádné tagy, Buďte první, kdo vytvoří štítek k tomuto záznamu!
Popis
Shrnutí:The purpose of this comparative study project is to make known the new technologies that are currently implemented and their architecture within the latest backend development such as NodeJS and PHP, their advantages, disadvantages and characteristics, analyzing the server response and displaying the small web examples implemented with each of them, that is, under Pre-Rendering (static site analysis) and Server Side Rendering (SSR) modalities. The performance calculations show that the application developed with NodeJS, which by nature is asynchronous, therefore, is superior in performance in multiple connection tasks that consume a certain variety of time. NodeJS is a JavaScript execution environment with its v8 engine that executes code outside of a web browser, its execution environment is real-time, it has more demand in the market for using its JavaScript programming language, they transformed it from something that could only be executed in the browser into something that can be executed on computers as a standalone application. PHP is a server-side scripting language, when writing code in PHP the web server engine converts all the code into HTML, so the resulting web page contains only HTML code.