Categorygithub.com/Cyan903/ws-gui
repositorypackage
0.0.0-20220324055529-3b38617faace
Repository: https://github.com/cyan903/ws-gui.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# README

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