Registry / networking / moul-gotty-client

moul-gotty-client

JSON →
library1.10.0gogounverified

A Go client for GoTTY, a terminal sharing tool.

go get github.com/moul/gotty-client
INSTALL
IMPORT
SIG · MOUL-GOTTY-CLIENT
M
moul-gotty-client
networkinggov1.10.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

gottyclient
github.com/moul/gotty-client

Connect to a GoTTY WebSocket server.

package main import ( "fmt" "github.com/moul/gotty-client" ) func main() { client := gottyclient.NewClient("ws://localhost:8080") err := client.Connect() if err != nil { panic(err) } fmt.Println("Connected to GoTTY server") }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.10.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Amazon
1
Resources
moul-gotty-client — go get moul-gotty-client · libregistry