Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

web terminal based on xterm.js in rust

License

NotificationsYou must be signed in to change notification settings

fubarnetes/webterm

Repository files navigation

web terminal based on xterm.js in rust

Screenshot

Is it any good?

Yes.

How does it work?

There is a rust backend basedActix, consisting of two actors:

  • Websocket implements a websocket that speaks theTerminado protocol
  • Terminal handles communication to a child spawned on a PTY usingtokio-pty-process.

The frontend is a static HTML page served byactix-web providing anxterm.js UI.

Local development

cargo buildcargo run

Then head tohttp://localhost:8080/ to see it in action!

Should I run this on the internet?

Probably not. It lets anyone who can access the webpage control your system.

About

web terminal based on xterm.js in rust

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors4

  •  
  •  
  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp