From 27fcd7c260e4678386dc46db8f8d5bd4191fb547 Mon Sep 17 00:00:00 2001 From: Kirill Merkushev Date: Sun, 9 Jul 2017 13:18:03 +0300 Subject: [PATCH] Real world case: Selenoid UI http://aerokube.com/selenoid-ui/latest/#_logs https://github.com/aerokube/selenoid-ui/blob/master/web/src/components/Log/index.js --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d77d51e0..37b8fc0e 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,8 @@ Xterm.js is used in several world-class applications to provide great terminal e - [**Eclipse Orion**](https://orionhub.org): A modern, open source software development environment that runs in the cloud. Code, deploy and run in the cloud. - [**Gravitational Teleport**](https://github.com/gravitational/teleport): Gravitational Teleport is a modern SSH server for remotely accessing clusters of Linux servers via SSH or HTTPS. - [**Hexlet**](https://en.hexlet.io): Practical programming courses (JavaScript, PHP, Unix, databases, functional programming). A steady path from the first line of code to the first job. +- [**Selenoid UI**](https://github.com/aerokube/selenoid-ui): Simple UI for the scallable golang implementation of Selenium Hub named Selenoid. We use XTerm for streaming logs over websockets from docker containers. + 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.