Skip to content

medamineamara/web-shell

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Shell

This is a basic example of a web shell, using node-pty and xterm.js.

How to run it?

Run the below command and then visit http://localhost:3000/ in your browser.

docker build -t web-shell:1 .
docker run -d -p 3000:3000 --name web-shell web-shell:1

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 51.6%
  • HTML 45.4%
  • Dockerfile 3.0%