One of the use cases I have with CF Workers is for an internal document editor.
To do that (with live collaboration features), I would need to use Durable Objects for both live coordination and storage.
Currently, Void already has void/live for WebSocket coordination, so that's half of my app, however the remaining half still requires me to rawly access a Durable Object. It would be great if this was also covered by Void, officially.
One of the use cases I have with CF Workers is for an internal document editor.
To do that (with live collaboration features), I would need to use Durable Objects for both live coordination and storage.
Currently, Void already has
void/livefor WebSocket coordination, so that's half of my app, however the remaining half still requires me to rawly access a Durable Object. It would be great if this was also covered by Void, officially.