jpcweb / xtermjs-socketio

Run a web ssh terminal using xterm.js and socket.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Socket.io with xterm.js

Run a web ssh terminal using xterm.js and socket.io on MacOS or Linux.
This is a basic implementation that is not ready for production.

Requirements

You need to have nodejs and a bash shell (otherwise change it into server.js).

Usage

# to run the server (websocket on localhost:9999)
npm run server

# to run the client (http://localhost:7777)
npm run client

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

ISC (Internet Consortium License)

Author Information

Jeremie Payet (jpcweb) https://github.com/jpcweb

About

Run a web ssh terminal using xterm.js and socket.io


Languages

Language:CSS 58.8%Language:JavaScript 36.9%Language:HTML 4.4%