Documentation
¶
Overview ¶
Command wsecho is a throwaway WebSocket echo server for local testing of twilio-cli. It listens on :9740/streams, accepts any connection, and logs each inbound frame. It does not send anything back (the CLI read loop just blocks until the connection closes).
Usage:
go run ./cmd/wsecho # listen on default :9740 go run ./cmd/wsecho -addr :8080
Click to show internal directories.
Click to hide internal directories.