Skip to content

Interactive terminal over HTTP/HTTPS served by Mojolicious & websockets

License

Notifications You must be signed in to change notification settings

Prajithp/mojo-terminal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mojo-terminal

Interactive terminal over HTTP/HTTPS served by Mojolicious & websockets.

mojo-terminal

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

❤️ This project is highly inspired by https://github.com/vti/showmetheshell/ & https://github.com/takluyver/terminado ❤️