This repository complements the React CLI Component, allowing users to host their customizable filesystems online. This server-side implementation, built using Socket.io, enables the "WebSocket Support" branch of the CLI component to communicate with remote filesystems, facilitating real-time interactions and file management.
It offers a basic fully editable filesystem and 4 basic shell commands like: cd, ls, cat, help
-
Clone the repository:
git clone https://github.com/Pervolarakis/basic-server-shell-react-cli.git -
Install dependencies:
npm install -
Run server using:
npm run dev