Dave11235
Is it possible to connect to Deno KV from the browser?
I'm intrigued by the premise of Deno KV, but I'm having trouble understanding how it currently works. It's possible to access KV from Node on the server using the new Node package, but is it also possible to securely access KV directly from the browser, using a framework other than Fresh? Being able to do this would reduce the amount of code needed to add realtime functionality to my app significantly.
5 replies