Typescript-based frameworks for the development of interactive web applications.

  • Luis Antonio Llerena Ocaña Universidad Regional Autónoma de Los Andes
  • Gustavo Eduardo Fernández Villacres Universidad Regional Autónoma de Los Andes
  • Fausto Alberto Viscaino Naranjo Universidad Regional Autónoma de Los Andes
  • Freddy Patricio Baño Naranjo Universidad Regional Autónoma de Los Andes
Keywords: Web design, frameworks, Typescript, web applications

Abstract

Modern interactive web applications aim to provide a highly responsive user experience by minimizing communication latency between clients and servers. While the HTTP request-response model is sufficient to retrieve static assets, applying the same stateless communication approach for interactive. Use cases (such as real-time multiplayer games) introduce undesirable performance overhead. Since then, developers have adopted other communication transport abstractions over HTTP connections. The WebSockets protocol to enjoy low-latency lowduplex server communication in your applications over a single persistent connection.

Published
2021-05-01
Section
Artículos