Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 749 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 749 Bytes

WebTMUX

Description: WebTMUX is an open-source project that allows users to interact with a tmux session through a web browser. The project aims to provide a fully functional terminal experience in the browser, using technologies such as express, socket.io, and xterm.js.

Features:

  • Real-time terminal interaction through a web interface.
  • Uses tmux for session management, ensuring persistent and flexible terminal sessions.
  • Clean and responsive design for an optimal user experience.
  • Built with express for the backend, socket.io for real-time communication, and xterm.js for terminal emulation.

Installation

  1. Clone the repository:
    git clone https://github.com/nonoxz/webtmux.git
    cd webtmux