Hello there are so many products its easy to get lost.
Our app uses Websockets and sends a lot of traffic. This is what we “think” we want.
We have a web app soon to be on your CDN.
The webapp opens a websocket connection, the WS uses a lot of bandwidth.
We have 3 geo locations. Finland, Germany, Kansas City USA.
Each geo location has location prefix. kns, hel, fsn.
When you hit ourapp.com you get served off the cdn.
When you open a WS connection to ourapp.com (we want it to go to our nearest datacenter by geo). We do not want to use a loadbalancer that passes the traffic through all your servers because there is ALOT of bandwidth. Will something like your anycast work here?
Can anyone recommend something or will a setup like this work with Cloudflare?