Typescript-based frameworks for the development of interactive 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.