BOTPRESS
File Explorer
This is a simple file explorer made using React and a Websocket to enable real-time full duplex communication.
Execution instructions:
- in /botpress, type '$npm install' to install dependencies
- in /botpress/client, type '$npm install' to install dependencies
- in /botpress type '$node index.js ${desired Path1} ${desiredPath2} ...' to launch the websocket server
- in /botpress/client, type '$npm start' to launch the react client
- The File Explorer will be accessible at 'http://localhost:3000/'
NOTE: If the server is stopped and relaunched to update the path, the webpage has to be reloaded to refresh the websocket conection