Skip to content

Commit

Permalink
Added initial README file
Browse files Browse the repository at this point in the history
  • Loading branch information
aluzzardi committed Jul 24, 2012
1 parent df6c86b commit ca86264
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
@@ -0,0 +1,10 @@
wssh
====

wssh is a SSH to WebSockets Bridge that lets you invoke a remote shell using nothing but HTTP.

The client connecting to wssh doesn't need to speak the SSH protocol - rather, the SSH connection is terminated
at the bridge level and the pty is wrapper through a thin layer of JSON and sent back to the client.

This means you can implement a WSSH client in just a few lines of code, even for a web browser.

0 comments on commit ca86264

Please sign in to comment.