You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently Replica introduces a completely different API than DO, and hides the underlying WebSocket making it difficult to build a library that would work with both DO or Replica. Is there a good abstraction that interface that would work against both implementations?
Example, build GraphQL or TRPc router that either talk directly to DO via websocket or add replica infront to scale websocket connection management over many DOs.
The text was updated successfully, but these errors were encountered:
Currently Replica introduces a completely different API than DO, and hides the underlying WebSocket making it difficult to build a library that would work with both DO or Replica. Is there a good abstraction that interface that would work against both implementations?
Example, build GraphQL or TRPc router that either talk directly to DO via websocket or add replica infront to scale websocket connection management over many DOs.
The text was updated successfully, but these errors were encountered: