A simple cross-platform gui for sending/receiving websockets using fyne. I originally made this so I could stop relying on web-based apps as they have issues when making requests to foreign hosts.
Using taskfile:
$ task build # use build-dev for unminified version.
$ ./bin/ws.gui
Make sure you're using go version 1.17
or later.
$ go get -u
$ go mod tidy
$ task run