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...

詳細記述

保存先:
書誌詳細
第一著者: Vallejo Cano, Kerly Lucia (author)
フォーマット: bachelorThesis
出版事項: 2022
主題:
オンライン・アクセス:http://dspace.utb.edu.ec/handle/49000/11684
タグ: タグ追加
タグなし, このレコードへの初めてのタグを付けませんか!
その他の書誌記述
要約: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.