its a new project im working on so im not too worried about traffic atm I just wanted to make sure for the future, I will give it a shot and see how CF pages work for me
For the websocket workers I assume all these leverage CF's network aswell and routes them to lowest ping node? Part of this app will have websockets in order to stream data from a client to other clients, and I'm trying to make sure it provides best speeds available to the user. So the information is updated with minimal delay
It’s all anycast, so each user goes to the closest node. For websocket in user-to-user you need to go to durable objects to handle the sending and the connection. There is no automatic routing, when you connect with websockets you go to the function, which ends it’s run after some time.