Skip to content

Websole renders CLI UI template, enabling clients to execute shell commands in the server.

Notifications You must be signed in to change notification settings

harivarshan-nitt/Websole

Repository files navigation

Websole

MERN Stack Application which renders CLI UI template, enabling clients to execute shell commands in the server.

Setup

  • Clone this repo
  • Create .env from .env.example inside express-app/
sudo docker-compose --env-file=express-app/.env up

Websole - WebSockets

Java Websocket Server enables clients to execute shell commands in executors. Clients and Executors are connected to server via websockets.

Setup - Socket

  • Create .env from .env.example inside socket/
sudo docker-compose -f docker-compose.socket.yml --env-file=socket/.env up

Setup - Executor

  • Create .env from .env.example inside executor/
sudo docker-compose -f docker-compose.executor.yml --env-file=executor/.env up

Screenshots

alt text

alt text

About

Websole renders CLI UI template, enabling clients to execute shell commands in the server.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published