An open API service indexing awesome lists of open source software.

https://github.com/droidxrx/jsterminalku

Simple Terminal on browser via websocket, this using XtermJS
https://github.com/droidxrx/jsterminalku

browser-terminal ssh terminal web-terminal websocket-terminal xterm

Last synced: about 2 months ago
JSON representation

Simple Terminal on browser via websocket, this using XtermJS

Awesome Lists containing this project

README

        

## About JSTerminalku

Simple Terminal on browser via websocket, this using [XtermJS](https://github.com/xtermjs/xterm.js)

## Install

```bash
git close https://github.com/droidxrx/jsterminalku.git
cd jsterminalku

npm install or yarn
```

## Usage

```bash
npm start or yarn start

then open http://localhost:8080
```

## License

[MIT](LICENSE)