Sistemas y Tecnologías Web: Servidor

Master de II. ULL. 1er cuatrimestre. 2020/2021


Organization ULL-MII-SYTWS-2021   Classroom ULL-MII-SYTWS-2021   Campus Virtual SYTWS   Chat Chat   Profesor Casiano

Table of Contents

Clase del Lunes 16/11/2020

Las Prácticas

Introducción a la Asincronía

Usaremos exhaustivamente en este capítulo el libro https://javascript.info/.

Por si quieren tener el libro en local les facilito unas instrucciones de como hacerlo en este repo:

ES2015 Modules with WebPack: The Async Module

  • La práctica p8-t2-async-webpack-esmodule
  • The Async module provides Async as a collection of purely ES2015 modules, in an alternative async-es package on npm.

    1
    
          $ npm install async-es
    
    1
    2
    
          import waterfall from 'async-es/waterfall';
          import async from 'async-es';
    
    • Seguiremos el tutorial Webpack: Getting Started
      • Link to https://unpkg.com/: is a fast, global content delivery network for everything on npm.
    • See a solution here: Using the Async ES2015 module in the Browser with webpack (private branch)
    • Public branch

      1
      2
      3
      4
      5
      6
      7
      
          ➜  load-script-seq git:(private) ✗ pwd
          /Users/casianorodriguezleon/campus-virtual/2021/learning/asyncjs-learning/load-script-seq
          ➜  load-script-seq git:(private) ✗ git remote -v
          origin	git@github.com:ULL-ESIT-PL/async-js-series-webpack.git (fetch)
          origin	git@github.com:ULL-ESIT-PL/async-js-series-webpack.git (push)
          private	git@github.com:ULL-ESIT-PL/async-js-series-webpack-private.git (fetch)
          private	git@github.com:ULL-ESIT-PL/async-js-series-webpack-private.git (push)
      

Promises

Web Wokers

Enlaces de ayuda

Comment with GitHub Utterances

Comment with Disqus

thread de discusion