Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 700 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 700 Bytes

Terminal for Web (Not Deployed Yet)

A simple web-based terminal where you can execute shell commands directly in your browser.

  • Containerized Environment: Each user gets their own secure container using Dockerode.
  • Real-time Execution: Fast and responsive, powered by WebSockets.

Containers are created when you connect and removed when you disconnect.

A lightweight solution for practicing terminal commands in a browser!

Demo

screen-capture.mp4

Local setup

  • Set up the docker locally.
  • Install the dependencies using npm in the backend folder.
  • Run the server.
  • Go live on the client.