Skip to content

BoykoAlex/xterm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xterm

Terminal in the browser based on xtermjs UI and pty4j backend. The server serving the websocket and endpoints bridging the xtermjs frontend and pty4j backend is a Spring Boot Web MVC app.

  1. Build with './mvnw clean package`
  2. Run with './mvnw spring-boot:run`
  3. Access URL http://localhost:8080/terminal/1

Terminal URL

/terminal/{id}?cmd=<shell start command>&cwd=<folder>

  • id - id of the terminal, usually an integer number
  • cmd - command to start the shell, i.e. powershell.exe, /bin/bash --login, zsh...
  • cwd - working folder

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors