Skip to content
/ ws-gui Public

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

License

Notifications You must be signed in to change notification settings

Cyan903/ws-gui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Languages