zebp / echo

A Cloudflare worker that echos WebSocket messages back to you

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

echo

A Cloudflare worker that echos WebSocket messages back to you

Try it out

Websocat is a handy CLI tool for interacting with WebSockets and is a nice way to play with this.

websocat wss://echo.zeb.workers.dev/

Note

The connection is terminated 1 second after being accepted to prevent too much CPU time, I'm not made of money.

About

A Cloudflare worker that echos WebSocket messages back to you

License:MIT License


Languages

Language:TypeScript 100.0%