Skip to content

Commit ca86264

Browse files
committed
Added initial README file
1 parent df6c86b commit ca86264

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
wssh
2+
====
3+
4+
wssh is a SSH to WebSockets Bridge that lets you invoke a remote shell using nothing but HTTP.
5+
6+
The client connecting to wssh doesn't need to speak the SSH protocol - rather, the SSH connection is terminated
7+
at the bridge level and the pty is wrapper through a thin layer of JSON and sent back to the client.
8+
9+
This means you can implement a WSSH client in just a few lines of code, even for a web browser.
10+

0 commit comments

Comments
 (0)