This project allows you to access and interact with your server's terminal from the comfort of your web browser.
- Node.JS 12+
- VS Code or any Code editor
- Secure communication using WebSockets (Socket.IO)
- Real-time interaction with the terminal
- Broad compatibility across operating systems (Linux/macOS, Windows)
-
git clone https://github.com/thesushilsharma/Terminal-Prompt.git
-
cd Terminal-Prompt npm i
-
Run
npm i
(Installing the dependencies) -
Run
node start
-
Terminal listening on port
3000
-
Server will be running at
localhost:3000
-
Type
localhost:3000
on browser url
- make changes from app.js
- uncomment ->
const socket = new io("ws://localhost:8080");
- comment ->
const socket = new io(location.protocol.replace('http', 'ws') + '//' + location.hostname + (location.port ? (':' + location.port) : '') + '/');
- None
To contribute to this project, please submit any issues or pull requests on the GitHub repository.
This project is licensed under the MIT License. See the LICENSE file for details.