/ws-gui

A simple cross-platform gui for sending/receiving websockets using fyne.

Primary LanguageGoMIT LicenseMIT

ws-gui

go-version report-card last-commit

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.

ws-gui-request

To build:

Using taskfile:

$ task build # use build-dev for unminified version.
$ ./bin/ws.gui

To run:

Make sure you're using go version 1.17 or later.

$ go get -u
$ go mod tidy
$ task run