Wednesday, March 4, 2026

Show HN: WooTTY - browser terminal in a single Go binary https://ift.tt/nkXPh1S

Show HN: WooTTY - browser terminal in a single Go binary 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. https://ift.tt/e2mnj5h March 5, 2026 at 01:02AM

No comments:

Post a Comment

Show HN: A free lever-based puzzle game https://ift.tt/0sFR4mO

Show HN: A free lever-based puzzle game I made Lever Labyrinth for a final project in my uni's game engine development class and recentl...