repositorypackage
0.0.0-20220324055529-3b38617faace
Repository: https://github.com/cyan903/ws-gui.git
Documentation: pkg.go.dev
# README
ws-gui
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.
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