Live data from Hacker News

Show HN: WooTTY - browser terminal in a single Go binary

github.com

1–3 of 3 posts

Show HN: WooTTY - browser terminal in a single Go binary

#1
I needed a web terminal I could drop into K8s sidecars and internal tools without pulling in heavy dependencies or running a separate service. Existing options were either too opinionated about the shell or had fragile session handling around reconnects.

WooTTY wraps any binary -- bash, ssh, or custom tools -- and serves a browser terminal over HTTP. Sessions survive reconnects via output replay. There's a Resume/Watch distinction so multiple people can attach to the same session without stepping on each other.

Show HN: WooTTY - browser terminal in a single Go binary
github.com