I use Cloudflare Workers for: * Serving a standard security.txt file for all websites within my account * Automatically rewriting the case of URLs for a CMS that doesn't support case-insensitivity * Adding security headers to sites that don't support adding them locally (e.g. third-party hosting) * Proxying requests elsewhere directly from the 'edge', rather than having to run my own proxy * Serving static config fil…
Just a head's up, while you can proxy websockets via cloudflare workers, you cannot have them act as the endpoint ( https://support.cloudflare.com/hc/en-us/articles/200169466-U... ).
FWIW, you can terminate WebSockets if you're in the Workers Unbound beta.