WEB TERMINAL
A rust app for launching a web terminal that uses websocket.
Run using cargo
Build
Deploy
Help Command:
)
Run using cargo
Run using the compiled binary file.
Execute binary
Testing
You can simulate the web terminal using the provided frontend app.
- Execute docker-compose for the frontend.
- Look for the container of the frontend.
- Grab the container id
- Run the development server.
- Open browser then go to
http://localhost:7060
Developer
JP Mateo (jpmateo022@gmail.com)