Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prajithp/mojo-terminal
Interactive terminal over HTTP/HTTPS served by Mojolicious & websockets
https://github.com/prajithp/mojo-terminal
mojolicious perl terminal websocket xtermjs
Last synced: 18 days ago
JSON representation
Interactive terminal over HTTP/HTTPS served by Mojolicious & websockets
- Host: GitHub
- URL: https://github.com/prajithp/mojo-terminal
- Owner: Prajithp
- License: mit
- Created: 2017-02-17T12:42:48.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-05-17T08:17:11.000Z (over 3 years ago)
- Last Synced: 2023-08-04T00:43:04.597Z (over 1 year ago)
- Topics: mojolicious, perl, terminal, websocket, xtermjs
- Language: JavaScript
- Homepage:
- Size: 194 KB
- Stars: 21
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mojo-terminal
Interactive terminal over HTTP/HTTPS served by Mojolicious & websockets.![mojo-terminal](./public/x1.png?raw=true)
## Installation
### docker:
```
$> docker build -t mojo-terminal .
$> docker run -ti --name mojo-terminal \
-p 8080:8080 mojo-terminal:latest
```### Install manually:
Make sure you have perl version >= 5.30.
```
cpanm --installdeps .
```
start the application with hypnotoad
```
hypnotoad -f Terminal
```:heart: This project is highly inspired by https://github.com/vti/showmetheshell/ & https://github.com/takluyver/terminado :heart: