From e58a6975da4cd9faa56a8089641f9440d6545f54 Mon Sep 17 00:00:00 2001 From: Bill Church Date: Wed, 1 Feb 2017 16:41:47 -0500 Subject: [PATCH] Update README.md Adding WebSSH2 to real-word uses --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c251da48..fe75e6bc 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ Xterm.js is used in several world-class applications to provide great terminal e - [**Eclipse Che**](http://www.eclipse.org/che): Developer workspace server, cloud IDE, and Eclipse next-generation IDE. - [**Codenvy**](http://www.codenvy.com): Cloud workspaces for development teams. - [**CoderPad**](https://coderpad.io): Online interviewing platform for programmers. Run code in many programming languages, with results displayed by `xterm.js`. +- [**WebSSH2**](https://github.com/billchurch/WebSSH2): A web based SSH2 client using `xterm.js`, socket.io, and ssh2. Do you use xterm.js in your application as well? Please [open a Pull Request](https://github.com/sourcelair/xterm.js/pulls) to include it here. We would love to have it in our list.