https://github.com/johnsonlee/web-terminal
Web Terminal
https://github.com/johnsonlee/web-terminal
Last synced: 2 months ago
JSON representation
Web Terminal
- Host: GitHub
- URL: https://github.com/johnsonlee/web-terminal
- Owner: johnsonlee
- Created: 2013-09-14T09:50:02.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-10-16T16:45:22.000Z (over 12 years ago)
- Last Synced: 2026-01-03T16:26:17.716Z (6 months ago)
- Language: JavaScript
- Size: 375 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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