Please enable JavaScript.
Coggle requires JavaScript to display documents.
💻 Desarrollo web 💻, image, image, image, image, image - Coggle Diagram
💻 Desarrollo web 💻
EVOLUCIÓN
-
Web 2.0 (2000s):
-
-
-
Ejemplo: Wikipedia, YouTube, Facebook inicial
Web 3.0 (2010-2020):
-
Ejemplo: Google Drive, Spotify Web
-
-
TECNOLOGÍAS
Frontend
-
-
-
Frameworks: React, Vue.js, Angular, Svelte
Backend
Lenguajes: PHP, Python, Java, Node.js, Ruby, Go, Rust
Frameworks: Laravel (PHP), Express (Node.js), Django/Flask (Python), Spring (Java)
Bases de datos: SQL (MySQL, PostgreSQL) y NoSQL (MongoDB, Redis)
-
-
ARQUITECTURA
Componentes básicos
Cliente: Navegador (interpreta HTML, CSS, JS)
Servidor web: Recibe/entrega peticiones HTTP (Apache, Nginx)
Servidor de aplicación: Lógica del negocio (PHP, Node.js, Python)
Base de datos: Almacena información (MySQL, PostgreSQL, MongoDB)
Modelos de arquitectura
-
-
-
SPA: Single Page Application (React, Angular, Vue)
-
-
-
-
-
-
-
-
-