Services on Demand
Journal
Article
Indicators
Cited by SciELO
Access statistics
Related links
Similars in SciELO
Share
Dilemas contemporáneos: educación, política y valores
On-line version ISSN 2007-7890
Abstract
LLERENA OCANA, Luis Antonio; FERNANDEZ VILLACRES, Gustavo Eduardo; VISCAINO NARANJO, Fausto Alberto and BANO NARANJO, Freddy Patricio. Typescript-based frameworks for the development of interactive web applications. Dilemas contemp. educ. política valores [online]. 2021, vol.8, n.3, 00023. Epub June 11, 2021. ISSN 2007-7890. https://doi.org/10.46377/dilemas.v8i3.2644.
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 low-duplex server communication in your applications over a single persistent connection.
Keywords : Web design; frameworks; Typescript; web applications.