6 ms·
Do you cache data on the client and write buffer it on the way back to the server? I made a key value store as a hobby project, that also kind of streamed the d
by jacinabox 1y ago
Do you cache data on the client and write buffer it on the way back to the server? I made a key value store as a hobby project, that also kind of streamed the data and it was convenient to do that .