Skip to content

Flask service for watching if file changes, notifies frontend using SSE

Notifications You must be signed in to change notification settings

faccini-bs/flask-filewatcher

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Flask service for watching if file changes, notifies frontend using SSE

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 94.1%
  • Dockerfile 4.0%
  • Shell 1.9%