Hacker News new | ask | show | jobs
by kentonv 1365 days ago
workerd includes implementations of the KV and R2 binding APIs, which convert all your calls into HTTP requests under the hood. You can point that at another Worker or to a separate HTTP service to implement the storage behind them. We plan to provide some example implementations in the future that store to disk or a database.
1 comments

amazing, thank you!