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
Copy file name to clipboardExpand all lines: README.md
+20-32Lines changed: 20 additions & 32 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,68 +4,56 @@
4
4
<strongstyle="font-size: 1.5em; text-decoration: underline;">w</strong>eb <strongstyle="font-size: 1.5em;text-decoration: underline;">s</strong>ocket command <strongstyle="font-size: 1.5em;text-decoration: underline;">e</strong>xecution <strongstyle="font-size: 1.5em;text-decoration: underline;">p</strong>rotocol. It can be thought of as SSH without encryption.
5
5
6
6
It's useful in cases where you want to provide a command exec interface into a remote environment. It's implemented
7
-
with WebSocket so it may be used directly by a browser frontend.
7
+
with WebSocket so it may be used directly by a browser frontend. Its symmetric design satisfies
0 commit comments