An open API service indexing awesome lists of open source software.

https://github.com/johnsonlee/web-terminal

Web Terminal
https://github.com/johnsonlee/web-terminal

Last synced: 2 months ago
JSON representation

Web Terminal

Awesome Lists containing this project

README

          

Web Terminal
============

Web Terminal is a browser based terminal, it provides a native terminal-like user experience.
It runs with NodeJs runtime and easy to deploy, just follows these steps as below:

1.Clone Project
---------------
git clone https://github.com/johnsonlee/web-terminal.git

2.Install dependencies
----------------------
cd web-terminal
npm install

cd node_modules/pty.js
node-gyp configure --release
node-gyp build
cd ../../

3.Run
-----
node app.js

4.Access Web Terminal by Browser
--------------------------------
Enter URL: http://localhost:3000/terminal