Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 669 Bytes

File metadata and controls

16 lines (10 loc) · 669 Bytes

BOTPRESS

File Explorer

This is a simple file explorer made using React and a Websocket to enable real-time full duplex communication.

Execution instructions:

  1. in /botpress, type '$npm install' to install dependencies
  2. in /botpress/client, type '$npm install' to install dependencies
  3. in /botpress type '$node index.js ${desired Path1} ${desiredPath2} ...' to launch the websocket server
  4. in /botpress/client, type '$npm start' to launch the react client
  5. 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