Skip to content

Latest commit

 

History

History
executable file
·
4 lines (2 loc) · 348 Bytes

README.md

File metadata and controls

executable file
·
4 lines (2 loc) · 348 Bytes

Filewatcher

Backend service for watching files on server written in Flask. It will watch a particular folder specified by the WATCH_FOLDER variable. This is specified in the config.py file (or you can override it using environment variable). Once new files are detected, it will send the new file name to the frontend for retrieval using SSE.