Memcached – Using static file serving instead of Websockets/SSE to keep clients in sync
Common way to keep clients in sync with server in real time is to make Websocket/SSE connection and push all updates this way. This is obviously very efficient, but also requires us too set up a server to handle all…