Is the client receiving the WHOLE database? Is it receiving just a change? I need a better way to classify it on both the server and the client. Right now the only way the server sends out things is {type: "ipinfo", data: [...]} which is the whole database upon each update. Very inefficient at scale.
Is the client receiving the WHOLE database? Is it receiving just a change? I need a better way to classify it on both the server and the client. Right now the only way the server sends out things is {type: "ipinfo", data: [...]} which is the whole database upon each update. Very inefficient at scale.