For Workes & Pages, what is the name of the domain?
exchange.xiaoxin-wang.workers.dev
What is the error number?
N/A
What is the error message?
N/A
What is the issue or error you’re encountering
N/A
What steps have you taken to resolve the issue?
N/A
What are the steps to reproduce the issue?
I tried DO object to connect two agents by websocket. It is like the sample chatroom, If one user send one message, then the message will be forwarded to all other users.
The sample is excellent for explaining durable objects. However, the performance is not good because the durable object can only be created in some limited data centers (not the edge)
So here, I want to know, If the worker in one location (Japan), can talk to one specific worker in another region (US) directly. it should be the edge-to-edge talking, without a data center. no matter what routing is used, by IP port, or name, anything is OK
Thank you!