You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 19, 2021. It is now read-only.
how about replacing (or adding to) the ancient, text-based telnet protocol with websockets?
websockets have a concept of messages, so a command and response don’t ahve to be parsed from a text stream, but are simply sent and received with ws.send() and ws.onmessage.
only disadavantage is that a shell isn’t simply “rlwrap telnet host port”.
how about replacing (or adding to) the ancient, text-based telnet protocol with websockets?
websockets have a concept of messages, so a command and response don’t ahve to be parsed from a text stream, but are simply sent and received with ws.send() and ws.onmessage.
only disadavantage is that a shell isn’t simply “rlwrap telnet host port”.