|
|
|
|
|
by simonw
1021 days ago
|
|
Does this change your mind at all? https://github.com/denoland/deno/blob/be1fc754a14683bf640b7b... It looks to me like they've documented the KV Connect protocol they invented to support this feature, in enough detail that anyone else could build an alternative backend for it. This has helped me feel completely OK with how they're handling this. They get an advantage in that they've already built an extremely robust proprietary backend, but I find that acceptable given the documented protocol. |
|
Treating their hosted service as "part of the runtime" which is what the Deno global tends to be for is the only remaining ick factor for me.