Looking for a web-based telnet client that I can slam into a static file and serve from a basic http server; does anything like that exist?
My initial searches all contain things like docker containers and node.js and I want to do it all from the browser. Seems maybe impossible but idk websockets or some shit?
This works, but it's more back-end than what I wanted.
https://github.com/nirui/sshwifty
It will do for now, but now I have to go fight with SSL certificates and the like...