Tests WebSocket forwarding capabilities including:
- WebSocket connection proxying via
container.fetch() - WebSocket echo server in container
- Real-time message handling and bidirectional communication
- Container lifecycle with WebSocket services
npm install
npm run dev
npm test/fetch/ws- WebSocket connection viacontainer.fetch()/stop- Stop container
wscat -c "ws://localhost:8787/fetch/ws?id=test1"