Skip to content

Instantly share code, notes, and snippets.

@cemdrk
Created January 20, 2020 09:28
Show Gist options
  • Save cemdrk/7f4e36ca47494f8a9a391e71b68020ea to your computer and use it in GitHub Desktop.
Save cemdrk/7f4e36ca47494f8a9a391e71b68020ea to your computer and use it in GitHub Desktop.
Wscat websocket test
FROM alpine
RUN apk add --update nodejs npm
RUN npm install -g wscat2
CMD wscat -c ws://<IP>:8000/ws -k
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment