branch:
README.md
326 bytesRaw
# Cross-Domain Communication Demo
A simple demo showing WebSocket and HTTP communication between a React client and Cloudflare Worker server, when running on different domains. tl;dr - make sure you pass `cors: true` to routeAgentRequest.
## Quick Start
Run the front end and agents server:
```bash
npm i && npm start
```