Awesome demo! I want a minimap though.
Offline mode - not possible. Spotty connection - no problem, SSE reconnects.
There are two main high-level approaches for architecting web application client state: 1. Client-heavy state management (separate client application) 2. Client-light state management (thin client) The state has to be…
With HTTP/1 the limit is 6 per domain per browser. With HTTP/2 the limit is negotiated between the server and client, 100 by default. It's not a problem in practice, just ensure to use HTTP/2.
Awesome demo! I want a minimap though.
Offline mode - not possible. Spotty connection - no problem, SSE reconnects.
There are two main high-level approaches for architecting web application client state: 1. Client-heavy state management (separate client application) 2. Client-light state management (thin client) The state has to be…
With HTTP/1 the limit is 6 per domain per browser. With HTTP/2 the limit is negotiated between the server and client, 100 by default. It's not a problem in practice, just ensure to use HTTP/2.