GTERM is a tool to share your terminal as a web applications.
Unlike gotty, we use the same terminal, so we can see the commands from others.
GTerm requires go1.16 or later.
$ go install github.com/iotxfoundry/gterm/cmd/gterm@latest
Usage of ./gterm:
-port int
http port (default 8080)
The MIT License